diff --git a/README.md b/README.md index bafd679fc93fa347087f84a1ea70d059d2ff979e..c3f064e7e0563d947741ca5378096f1faeeb4e67 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,21 @@ # scaling_scheduler -Use this command when cloning thisrepo for submodules to clone as well -git clone --recurse-submodules \ No newline at end of file +Use this command when cloning this repo for submodules to clone as well +git clone --recurse-submodules repo_url + +* Edit scale_env.yaml with all necessary values from openstack +* Run setup.sh on a manager instance that is authenticated in the openstack cli (e.g run service user script) + +Example environment variables +``` +parameters: + key: 'manager' + image: 'Ubuntu Server 18.04 LTS (Bionic Beaver) amd64' + flavor: 'm1.small' + database_flavor: 'm1.small' + external_network_id: 'internal' + network: 'net1' + subnet_id: 'subnet1' + database_name: 'wordpress_db' + database_user: 'wordpress_admin' +``` \ No newline at end of file diff --git a/autoscale_env.yaml b/scale_env.yaml similarity index 100% rename from autoscale_env.yaml rename to scale_env.yaml diff --git a/setup.sh b/setup.sh new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391