Use host puppet manifests for containers
Potentially conflicts with upgrades, but useful for feature of testing puppet changes with Fuel CI. /etc/puppet of host system is now mounted read only inside containers. Docimpact: impact on puppet manifests for testing blueprint fuel-master-ci-tests Change-Id: I63a13fbd5b105c3b4326ad53125dbc4ae06e502e
This commit is contained in:
parent
36aa620267
commit
50baf71338
@ -123,9 +123,7 @@ ASTUTE_VOL="--volumes-from ${CONTAINER_NAMES['astute']}"
|
|||||||
declare -A REQS
|
declare -A REQS
|
||||||
REQS["${HOST_VOL['astuteyaml']}"]="cobbler postgres rabbitmq rsync astute nailgun ostf nginx rsyslog mcollective keystone"
|
REQS["${HOST_VOL['astuteyaml']}"]="cobbler postgres rabbitmq rsync astute nailgun ostf nginx rsyslog mcollective keystone"
|
||||||
REQS["${HOST_VOL['repo']}"]="cobbler postgres rabbitmq rsync astute nailgun ostf nginx rsyslog keystone mcollective"
|
REQS["${HOST_VOL['repo']}"]="cobbler postgres rabbitmq rsync astute nailgun ostf nginx rsyslog keystone mcollective"
|
||||||
#Most containers work from local integrated puppet
|
REQS["$PUPPET_VOL"]="cobbler postgres rabbitmq rsync astute nailgun ostf nginx rsyslog mcollective keystone"
|
||||||
REQS["$PUPPET_VOL"]="rsync"
|
|
||||||
#REQS["$PUPPET_VOL"]="cobbler postgres rabbitmq rsync astute nailgun ostf nginx rsyslog mcollective"
|
|
||||||
REQS["$LOG_VOL"]="cobbler postgres rabbitmq rsync astute nailgun ostf nginx rsyslog mcollective keystone"
|
REQS["$LOG_VOL"]="cobbler postgres rabbitmq rsync astute nailgun ostf nginx rsyslog mcollective keystone"
|
||||||
REQS["${HOST_VOL['sshkey']}"]="nailgun cobbler astute mcollective ostf"
|
REQS["${HOST_VOL['sshkey']}"]="nailgun cobbler astute mcollective ostf"
|
||||||
#REQS["${HOST_VOL['remotelogs']}"]="rsyslog nailgun nginx"
|
#REQS["${HOST_VOL['remotelogs']}"]="rsyslog nailgun nginx"
|
||||||
|
Loading…
Reference in New Issue
Block a user