aboutsummaryrefslogtreecommitdiffstats
path: root/docker/copy-etc.sh
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2015-08-05 08:55:57 -0400
committerRyan Hallisey <rhallise@redhat.com>2015-10-08 07:34:26 -0400
commit65958395f4ff4de30ccc927df855555cbe014be2 (patch)
treea3038229c675dec5bfbc61b5f7fecd60965c7450 /docker/copy-etc.sh
parentd82de68c774f152781633823394738520bf781a3 (diff)
Docker compute role configured via Puppet
This change adds a containerized version of the overcloud compute node for TripleO. Configuration files are generated via OpenStack Puppet modules which are then used to externally configure kolla containers for each OpenStack service. See the README-containers.md file for more information on how to set this up. This uses AtomicOS as a base operating system and requires that we bootstrap the image with a container which contains the required os-collect-config agent hooks to support running puppet, shell scripts, and docker compose. Change-Id: Ic8331f52b20a041803a9d74cdf0eb81266d4e03c Co-Authored-By: Ian Main <imain@redhat.com> Co-Authored-By: Ryan Hallisey <rhallise@redhat.com>
Diffstat (limited to 'docker/copy-etc.sh')
-rw-r--r--docker/copy-etc.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/docker/copy-etc.sh b/docker/copy-etc.sh
new file mode 100644
index 00000000..1a6cd520
--- /dev/null
+++ b/docker/copy-etc.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+echo "Copying agent container /etc to /var/lib/etc-data"
+cp -a /etc/* /var/lib/etc-data/