summaryrefslogtreecommitdiff
path: root/README
blob: 13bfd297a6cfbf85576dc1e0597ff54a0ef08fd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26

Initial setup:
 
  git clone git://github.com/leifj/multiverse.git myproj-cosmos
  cd myproj-cosmos

  - rename the github upstream
  
    git remote rename origin github

  - add a new upstream & ro branch

    git remote add origin git@//yourhost/myproj-cosmos.git
    git remote add ro git://yourhost/myproj-cosmos.git

  - add at least one PGP key in a file matching the glob "global/overlay/etc/cosmos/keys/*.pub"
 
  - add hosts/puppet-modules etc etc ...

    make bump

To add a new host:

  - Make sure you have root access using an SSH key
  - ./addhost <fqdn>