2013-09-02 14:01:50 +00:00
|
|
|
|
|
|
|
Initial setup:
|
|
|
|
|
|
|
|
git clone git://github.com/leifj/multiverse.git myproj-cosmos
|
|
|
|
cd myproj-cosmos
|
|
|
|
|
|
|
|
- rename the github upstream
|
|
|
|
|
2013-09-02 14:43:37 +00:00
|
|
|
git remote rename origin multiverse
|
2013-09-02 14:01:50 +00:00
|
|
|
|
2013-09-02 14:43:37 +00:00
|
|
|
- add a new upstream & ro branch. The ro branch is used by the cosmos setup later. It needs to be called 'ro'
|
2013-09-02 14:01:50 +00:00
|
|
|
|
|
|
|
git remote add origin git@//yourhost/myproj-cosmos.git
|
|
|
|
git remote add ro git://yourhost/myproj-cosmos.git
|
2013-09-02 14:04:35 +00:00
|
|
|
|
|
|
|
- add at least one PGP key in a file matching the glob "global/overlay/etc/cosmos/keys/*.pub"
|
2013-09-02 14:01:50 +00:00
|
|
|
|
2013-09-02 14:04:35 +00:00
|
|
|
- add hosts/puppet-modules etc etc ...
|
2013-09-02 14:01:50 +00:00
|
|
|
|
2013-09-02 14:43:37 +00:00
|
|
|
- make bump
|
2013-09-02 14:01:50 +00:00
|
|
|
|
|
|
|
To add a new host:
|
|
|
|
|
|
|
|
- Make sure you have root access using an SSH key
|
|
|
|
- ./addhost <fqdn>
|
|
|
|
|