Skip to content
Snippets Groups Projects
Commit a0c76f6e authored by Abdulhadi Al-Sayed's avatar Abdulhadi Al-Sayed
Browse files

Updated readme with instructions

parent a35d2100
Branches
No related tags found
No related merge requests found
# scaling_scheduler # scaling_scheduler
Use this command when cloning thisrepo for submodules to clone as well Use this command when cloning this repo for submodules to clone as well
git clone --recurse-submodules git clone --recurse-submodules repo_url
\ No newline at end of file
* 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
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment