summaryrefslogtreecommitdiff
path: root/hot/software-config/heat-container-agent
diff options
context:
space:
mode:
Diffstat (limited to 'hot/software-config/heat-container-agent')
-rw-r--r--hot/software-config/heat-container-agent/README.rst6
l---------hot/software-config/heat-container-agent/scripts/50-heat-config-docker-compose2
l---------hot/software-config/heat-container-agent/scripts/55-heat-config2
l---------hot/software-config/heat-container-agent/scripts/heat-config-notify2
l---------hot/software-config/heat-container-agent/scripts/hooks/docker-compose2
l---------hot/software-config/heat-container-agent/scripts/hooks/script2
6 files changed, 10 insertions, 6 deletions
diff --git a/hot/software-config/heat-container-agent/README.rst b/hot/software-config/heat-container-agent/README.rst
index f1b2450..525f8fb 100644
--- a/hot/software-config/heat-container-agent/README.rst
+++ b/hot/software-config/heat-container-agent/README.rst
@@ -2,6 +2,10 @@
Steps to build container image with all container hooks
=======================================================
+Install the heat-agents repo alongside heat-templates. Some file in this
+directory are symlinks that assume the presence of the heat-agents directory in
+the same directory as the heat-templates directory.
+
Docker build does not work with soft links. Therefore, convert all
soft links to hardlinks.
@@ -13,4 +17,4 @@ Build docker image with container hooks.
Push the image to docker hub.
- $docker push xxxx/heat-container-agent \ No newline at end of file
+ $docker push xxxx/heat-container-agent
diff --git a/hot/software-config/heat-container-agent/scripts/50-heat-config-docker-compose b/hot/software-config/heat-container-agent/scripts/50-heat-config-docker-compose
index 157d9da..0777ea3 120000
--- a/hot/software-config/heat-container-agent/scripts/50-heat-config-docker-compose
+++ b/hot/software-config/heat-container-agent/scripts/50-heat-config-docker-compose
@@ -1 +1 @@
-../../elements/heat-config-docker-compose/os-refresh-config/configure.d/50-heat-config-docker-compose \ No newline at end of file
+../../../../../heat-agents/heat-config-docker-compose/os-refresh-config/configure.d/50-heat-config-docker-compose \ No newline at end of file
diff --git a/hot/software-config/heat-container-agent/scripts/55-heat-config b/hot/software-config/heat-container-agent/scripts/55-heat-config
index 91ce021..d031c4f 120000
--- a/hot/software-config/heat-container-agent/scripts/55-heat-config
+++ b/hot/software-config/heat-container-agent/scripts/55-heat-config
@@ -1 +1 @@
-../../elements/heat-config/os-refresh-config/configure.d/55-heat-config \ No newline at end of file
+../../../../../heat-agents/heat-config/os-refresh-config/configure.d/55-heat-config \ No newline at end of file
diff --git a/hot/software-config/heat-container-agent/scripts/heat-config-notify b/hot/software-config/heat-container-agent/scripts/heat-config-notify
index 0f35b6f..4cb05a2 120000
--- a/hot/software-config/heat-container-agent/scripts/heat-config-notify
+++ b/hot/software-config/heat-container-agent/scripts/heat-config-notify
@@ -1 +1 @@
-../../elements/heat-config/bin/heat-config-notify \ No newline at end of file
+../../../../../heat-agents/heat-config/bin/heat-config-notify \ No newline at end of file
diff --git a/hot/software-config/heat-container-agent/scripts/hooks/docker-compose b/hot/software-config/heat-container-agent/scripts/hooks/docker-compose
index a0cb79b..a93a74b 120000
--- a/hot/software-config/heat-container-agent/scripts/hooks/docker-compose
+++ b/hot/software-config/heat-container-agent/scripts/hooks/docker-compose
@@ -1 +1 @@
-../../../elements/heat-config-docker-compose/install.d/hook-docker-compose.py \ No newline at end of file
+../../../../../../heat-agents/heat-config-docker-compose/install.d/hook-docker-compose.py \ No newline at end of file
diff --git a/hot/software-config/heat-container-agent/scripts/hooks/script b/hot/software-config/heat-container-agent/scripts/hooks/script
index f1610d5..54922ab 120000
--- a/hot/software-config/heat-container-agent/scripts/hooks/script
+++ b/hot/software-config/heat-container-agent/scripts/hooks/script
@@ -1 +1 @@
-../../../elements/heat-config-script/install.d/hook-script.py \ No newline at end of file
+../../../../../../heat-agents/heat-config-script/install.d/hook-script.py \ No newline at end of file