- Heat templates
- [ ] Review https://review.openstack.org/#/c/53499/
- datastore_type
- [ ] Review code
- [ ] Run with the integration review
- Waiting on andrey for the -integration code
- cassandra single instance
- [ ] Review
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
baz@openstack-tmp1:~/trove-integration/scripts$ function zomg { echo $1; echo $2; echo $3; } | |
baz@openstack-tmp1:~/trove-integration/scripts$ zomg a "" b | |
a | |
b |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+ mkdir -p /opt/stack/venvs | |
+ VENV=/opt/stack/venvs/heat-cfntools | |
+ virtualenv /opt/stack/venvs/heat-cfntools --system-site-packages | |
New python executable in /opt/stack/venvs/heat-cfntools/bin/python | |
Installing distribute.............................................................................................................................................................................................done. | |
Installing pip...............done. | |
+ /opt/stack/venvs/heat-cfntools/bin/pip install heat-cfntools | |
Downloading/unpacking heat-cfntools | |
Downloading heat-cfntools-1.2.6.tar.gz (113Kb): 113Kb downloaded | |
Running setup.py egg_info for package heat-cfntools |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
baz@basetest1:/opt/stack/python-troveclient$ git review -d 53169 | |
....... | |
Downloading refs/changes/69/53169/7 from gerrit | |
Switched to branch "review/craig_vyvial/config_mgmt_rebase_2" | |
baz@basetest1:/opt/stack/python-troveclient$ git log --oneline -n2 | |
0ab7d06 adds support for configurations management | |
502f711 change mode to octal for os.makedirs() | |
baz@basetest1:/opt/stack/python-troveclient$ git branch |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2013-11-06 14:00 | |
- Moving Trove integration tests to Tempest | |
2013-11-06 14:50 | |
- state of heat integration | |
2013-11-06 15:40 | |
- Clustering API and subsystem | |
2013-11-06 16:40 | |
- Upgrades without downtime | |
2013-11-06 17:30 | |
- Guest Agents in Trove |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Schedule: | |
2013-11-06 14:00 | |
- Moving Trove integration tests to Tempest | |
2013-11-06 14:50 | |
- state of heat integration | |
2013-11-06 15:40 | |
- Clustering API and subsystem | |
2013-11-06 16:40 | |
- Upgrades without downtime |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Proposals to schedule: | |
Schedule: | |
2013-11-06 14:00 | |
- Moving Trove integration tests to Tempest | |
2013-11-06 14:50 | |
- state of heat integration | |
2013-11-06 15:40 | |
- Upgrades without downtime |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Type sent in, no version sent in | |
type + default_version | |
* Take the default_version and dont look @ the version table? | |
type + 1 active | |
* Take the active one cux the default_version is None | |
type + default_version + 2 active | |
* Take teh default_version and dont care about > 1 active ? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
baz@redis:~$ . ~/devstack/openrc | |
baz@redis:~$ trove limit-list | |
+---------------+----------+ | |
| Property | Value | | |
+---------------+----------+ | |
| max_backups | 5 | | |
| max_instances | 5 | | |
| max_volumes | 20 | | |
| verb | ABSOLUTE | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit d707307f0a1f7845819666ff866395dc4f85aac8 | |
Author: Michael Basnight <[email protected]> | |
Date: Tue Oct 15 02:03:22 2013 +0000 | |
Moarsies | |
Notes: | |
UpgradeImpact | |
commit 21f963881a96cb87d56d4a797aae792cd1f32176 |