From a0bb61d1c724bf723e592e56a5d98ac53e9c04b5 Mon Sep 17 00:00:00 2001 From: troymc Date: Wed, 23 Mar 2016 14:27:31 +0100 Subject: [PATCH] Rename bigchain-deployment dir to deploy-cluster-aws --- {bigchain-deployment => deploy-cluster-aws}/Readme.md | 0 .../bigchain/bigchaindb.conf | 0 .../bigchain/bigchaindb.conf.template | 0 {bigchain-deployment => deploy-cluster-aws}/create_hostlist.py | 0 {bigchain-deployment => deploy-cluster-aws}/fab_prepare_chain.py | 0 {bigchain-deployment => deploy-cluster-aws}/fabfile.py | 0 {bigchain-deployment => deploy-cluster-aws}/get_elastic_ips.py | 0 .../get_instance_status.py | 0 {bigchain-deployment => deploy-cluster-aws}/hostlist.py | 0 {bigchain-deployment => deploy-cluster-aws}/run_and_tag.py | 0 {bigchain-deployment => deploy-cluster-aws}/startup.sh | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename {bigchain-deployment => deploy-cluster-aws}/Readme.md (100%) rename {bigchain-deployment => deploy-cluster-aws}/bigchain/bigchaindb.conf (100%) rename {bigchain-deployment => deploy-cluster-aws}/bigchain/bigchaindb.conf.template (100%) rename {bigchain-deployment => deploy-cluster-aws}/create_hostlist.py (100%) rename {bigchain-deployment => deploy-cluster-aws}/fab_prepare_chain.py (100%) rename {bigchain-deployment => deploy-cluster-aws}/fabfile.py (100%) rename {bigchain-deployment => deploy-cluster-aws}/get_elastic_ips.py (100%) rename {bigchain-deployment => deploy-cluster-aws}/get_instance_status.py (100%) rename {bigchain-deployment => deploy-cluster-aws}/hostlist.py (100%) rename {bigchain-deployment => deploy-cluster-aws}/run_and_tag.py (100%) rename {bigchain-deployment => deploy-cluster-aws}/startup.sh (100%) diff --git a/bigchain-deployment/Readme.md b/deploy-cluster-aws/Readme.md similarity index 100% rename from bigchain-deployment/Readme.md rename to deploy-cluster-aws/Readme.md diff --git a/bigchain-deployment/bigchain/bigchaindb.conf b/deploy-cluster-aws/bigchain/bigchaindb.conf similarity index 100% rename from bigchain-deployment/bigchain/bigchaindb.conf rename to deploy-cluster-aws/bigchain/bigchaindb.conf diff --git a/bigchain-deployment/bigchain/bigchaindb.conf.template b/deploy-cluster-aws/bigchain/bigchaindb.conf.template similarity index 100% rename from bigchain-deployment/bigchain/bigchaindb.conf.template rename to deploy-cluster-aws/bigchain/bigchaindb.conf.template diff --git a/bigchain-deployment/create_hostlist.py b/deploy-cluster-aws/create_hostlist.py similarity index 100% rename from bigchain-deployment/create_hostlist.py rename to deploy-cluster-aws/create_hostlist.py diff --git a/bigchain-deployment/fab_prepare_chain.py b/deploy-cluster-aws/fab_prepare_chain.py similarity index 100% rename from bigchain-deployment/fab_prepare_chain.py rename to deploy-cluster-aws/fab_prepare_chain.py diff --git a/bigchain-deployment/fabfile.py b/deploy-cluster-aws/fabfile.py similarity index 100% rename from bigchain-deployment/fabfile.py rename to deploy-cluster-aws/fabfile.py diff --git a/bigchain-deployment/get_elastic_ips.py b/deploy-cluster-aws/get_elastic_ips.py similarity index 100% rename from bigchain-deployment/get_elastic_ips.py rename to deploy-cluster-aws/get_elastic_ips.py diff --git a/bigchain-deployment/get_instance_status.py b/deploy-cluster-aws/get_instance_status.py similarity index 100% rename from bigchain-deployment/get_instance_status.py rename to deploy-cluster-aws/get_instance_status.py diff --git a/bigchain-deployment/hostlist.py b/deploy-cluster-aws/hostlist.py similarity index 100% rename from bigchain-deployment/hostlist.py rename to deploy-cluster-aws/hostlist.py diff --git a/bigchain-deployment/run_and_tag.py b/deploy-cluster-aws/run_and_tag.py similarity index 100% rename from bigchain-deployment/run_and_tag.py rename to deploy-cluster-aws/run_and_tag.py diff --git a/bigchain-deployment/startup.sh b/deploy-cluster-aws/startup.sh similarity index 100% rename from bigchain-deployment/startup.sh rename to deploy-cluster-aws/startup.sh