From 319d2095fa4f24f867c35870005ed7d59dd60e01 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Wed, 28 Oct 2020 19:03:59 +0700 Subject: [PATCH] Restructure infrastructure code --- bridge.sh => infrastructure/bridge.sh | 0 docker-compose.yml => infrastructure/docker-compose.yml | 0 {tools => infrastructure/tools}/Dockerfile | 0 {tools => infrastructure/tools}/docker-entrypoint.sh | 0 {tools => infrastructure/tools}/kolla/ansible.cfg | 0 {tools => infrastructure/tools}/kolla/cluster.ini | 0 {tools => infrastructure/tools}/kolla/globals.yml | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename bridge.sh => infrastructure/bridge.sh (100%) rename docker-compose.yml => infrastructure/docker-compose.yml (100%) rename {tools => infrastructure/tools}/Dockerfile (100%) rename {tools => infrastructure/tools}/docker-entrypoint.sh (100%) rename {tools => infrastructure/tools}/kolla/ansible.cfg (100%) rename {tools => infrastructure/tools}/kolla/cluster.ini (100%) rename {tools => infrastructure/tools}/kolla/globals.yml (100%) diff --git a/bridge.sh b/infrastructure/bridge.sh similarity index 100% rename from bridge.sh rename to infrastructure/bridge.sh diff --git a/docker-compose.yml b/infrastructure/docker-compose.yml similarity index 100% rename from docker-compose.yml rename to infrastructure/docker-compose.yml diff --git a/tools/Dockerfile b/infrastructure/tools/Dockerfile similarity index 100% rename from tools/Dockerfile rename to infrastructure/tools/Dockerfile diff --git a/tools/docker-entrypoint.sh b/infrastructure/tools/docker-entrypoint.sh similarity index 100% rename from tools/docker-entrypoint.sh rename to infrastructure/tools/docker-entrypoint.sh diff --git a/tools/kolla/ansible.cfg b/infrastructure/tools/kolla/ansible.cfg similarity index 100% rename from tools/kolla/ansible.cfg rename to infrastructure/tools/kolla/ansible.cfg diff --git a/tools/kolla/cluster.ini b/infrastructure/tools/kolla/cluster.ini similarity index 100% rename from tools/kolla/cluster.ini rename to infrastructure/tools/kolla/cluster.ini diff --git a/tools/kolla/globals.yml b/infrastructure/tools/kolla/globals.yml similarity index 100% rename from tools/kolla/globals.yml rename to infrastructure/tools/kolla/globals.yml