Add swift trunk ppa
So that I can start testing trunk
This commit is contained in:
parent
ff6ec8b8dc
commit
12275e41ab
@ -32,6 +32,16 @@ $swift_local_net_ip = $ipaddress_eth0
|
|||||||
|
|
||||||
Exec { logoutput => true }
|
Exec { logoutput => true }
|
||||||
|
|
||||||
|
stage { 'openstack_ppa':}
|
||||||
|
|
||||||
|
Stage['openstack_ppa'] -> Stage['main']
|
||||||
|
|
||||||
|
class { 'apt':
|
||||||
|
stage => 'openstack_ppa',
|
||||||
|
}
|
||||||
|
class { 'swift::repo::trunk':
|
||||||
|
stage => 'openstack_ppa',
|
||||||
|
}
|
||||||
#
|
#
|
||||||
# specifies that nodes with the cert names of
|
# specifies that nodes with the cert names of
|
||||||
# swift_storage_1,2, and 3 will be assigned the
|
# swift_storage_1,2, and 3 will be assigned the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user