Files
ubicloud/rhizome/common/Gemfile
Burak Yucesoy c5dfa6d2c1 Restructure rhizome folder to accommodate new services
I needed this while building the postgres service. Since it makes sense on its
own, I'm committing it separately.

Many services will need their own rhizome folders. Currently it is only used
for setting up host machine and there is no hierarchy in it. With this commit
we are moving content of the rhizome folder to rhizome/host. Other services,
such as postgres will create their own rhizome folders. Installation of the
rhizome folders is handled by BootstrapRhizome and InstallRhizome progs (as
before). We only put target_folder variable to their frames to specify which
sub-folder should be put to the server.

Also, there could be some files shared across services, one good example is
utility functions in lib folders. For such files, I created /rhizome/common,
which will be installed to servers along with their own folder.
2023-09-06 00:51:26 +03:00

6 lines
76 B
Ruby

# frozen_string_literal: true
source "https://rubygems.org"
gem "netaddr"