From fee86782f5a767bab6244fd7495f540a66a87de2 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 18 Dec 2019 19:33:47 +0100 Subject: [PATCH] Retire repository Fuel repositories are all retired in openstack namespace, retire remaining fuel repos in x namespace since they are unused now. This change removes all content from the repository and adds the usual README file to point out that the repository is retired following the process from https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project See also http://lists.openstack.org/pipermail/openstack-discuss/2019-December/011675.html A related change is: https://review.opendev.org/699752 . Change-Id: I44f6dd1d0ad49857b5b04abfefbade04e4a6a157 --- .gitignore | 6 - LICENSE | 202 --------- README.md | 4 - README.rst | 10 + components.yaml | 8 - deployment_scripts/deploy.sh | 4 - .../modules/dbaas_trove/manifests/db.pp | 71 --- .../modules/dbaas_trove/manifests/firewall.pp | 107 ----- .../dbaas_trove/manifests/hiera_override.pp | 103 ----- .../modules/dbaas_trove/manifests/keystone.pp | 74 ---- .../manifests/openstack_haproxy_trove.pp | 103 ----- .../manifests/ssl_add_trust_chain.pp | 103 ----- .../dbaas_trove/manifests/ssl_dns_setup.pp | 126 ------ .../dbaas_trove/manifests/ssl_keys_saving.pp | 98 ----- .../modules/dbaas_trove/manifests/trove.pp | 177 -------- .../puppet/modules/dbaas_trove/modular/db.pp | 9 - .../modules/dbaas_trove/modular/firewall.pp | 1 - .../dbaas_trove/modular/hiera_override.pp | 1 - .../modules/dbaas_trove/modular/keystone.pp | 1 - .../modular/openstack-haproxy-trove.pp | 1 - .../modular/ssl_add_trust_chain.pp | 1 - .../dbaas_trove/modular/ssl_dns_setup.pp | 1 - .../dbaas_trove/modular/ssl_keys_saving.pp | 1 - .../modules/dbaas_trove/modular/trove.pp | 1 - .../puppet/modules/trove/.gitignore | 11 - .../puppet/modules/trove/.gitreview | 4 - .../puppet/modules/trove/CHANGELOG.md | 68 --- .../puppet/modules/trove/Gemfile | 22 - .../puppet/modules/trove/LICENSE | 176 -------- .../puppet/modules/trove/README.md | 184 -------- .../puppet/modules/trove/Rakefile | 85 ---- .../puppet/modules/trove/examples/site.pp | 38 -- .../trove/lib/puppet/provider/trove.rb | 113 ----- .../trove_api_paste_ini/ini_setting.rb | 10 - .../trove_conductor_config/ini_setting.rb | 10 - .../provider/trove_config/ini_setting.rb | 10 - .../puppet/provider/trove_datastore/trove.rb | 52 --- .../provider/trove_datastore_version/trove.rb | 60 --- .../trove_guestagent_config/ini_setting.rb | 10 - .../trove_taskmanager_config/ini_setting.rb | 10 - .../lib/puppet/type/trove_api_paste_ini.rb | 51 --- .../lib/puppet/type/trove_conductor_config.rb | 52 --- .../trove/lib/puppet/type/trove_config.rb | 52 --- .../trove/lib/puppet/type/trove_datastore.rb | 26 -- .../puppet/type/trove_datastore_version.rb | 38 -- .../puppet/type/trove_guestagent_config.rb | 52 --- .../puppet/type/trove_taskmanager_config.rb | 49 --- .../puppet/modules/trove/manifests/api.pp | 410 ------------------ .../puppet/modules/trove/manifests/client.pp | 40 -- .../modules/trove/manifests/conductor.pp | 230 ---------- .../puppet/modules/trove/manifests/config.pp | 84 ---- .../puppet/modules/trove/manifests/db.pp | 103 ----- .../modules/trove/manifests/db/mysql.pp | 83 ---- .../modules/trove/manifests/db/postgresql.pp | 47 -- .../puppet/modules/trove/manifests/db/sync.pp | 27 -- .../trove/manifests/generic_service.pp | 93 ---- .../modules/trove/manifests/guestagent.pp | 282 ------------ .../puppet/modules/trove/manifests/init.pp | 321 -------------- .../modules/trove/manifests/keystone/auth.pp | 225 ---------- .../puppet/modules/trove/manifests/params.pp | 39 -- .../puppet/modules/trove/manifests/quota.pp | 43 -- .../modules/trove/manifests/taskmanager.pp | 340 --------------- .../puppet/modules/trove/metadata.json | 39 -- .../modules/trove/other-requirements.txt | 0 .../trove/spec/acceptance/basic_trove_spec.rb | 73 ---- .../acceptance/nodesets/centos-70-x64.yml | 11 - .../spec/acceptance/nodesets/default.yml | 10 - .../acceptance/nodesets/nodepool-centos7.yml | 10 - .../acceptance/nodesets/nodepool-trusty.yml | 10 - .../nodesets/ubuntu-server-1404-x64.yml | 11 - .../trove/spec/classes/trove_api_spec.rb | 277 ------------ .../trove/spec/classes/trove_client_spec.rb | 55 --- .../spec/classes/trove_conductor_spec.rb | 208 --------- .../trove/spec/classes/trove_config_spec.rb | 63 --- .../trove/spec/classes/trove_db_mysql_spec.rb | 109 ----- .../spec/classes/trove_db_postgresql_spec.rb | 58 --- .../trove/spec/classes/trove_db_spec.rb | 119 ----- .../spec/classes/trove_guestagent_spec.rb | 222 ---------- .../trove/spec/classes/trove_init_spec.rb | 70 --- .../spec/classes/trove_keystone_auth_spec.rb | 139 ------ .../trove/spec/classes/trove_quota_spec.rb | 39 -- .../spec/classes/trove_taskmanager_spec.rb | 303 ------------- .../modules/trove/spec/shared_examples.rb | 60 --- .../puppet/modules/trove/spec/spec_helper.rb | 9 - .../trove/spec/spec_helper_acceptance.rb | 56 --- .../provider/trove_config/ini_setting_spec.rb | 67 --- .../provider/trove_datastore/trove_spec.rb | 57 --- .../trove_datastore_version/trove_spec.rb | 50 --- .../trove/spec/unit/provider/trove_spec.rb | 14 - .../unit/type/trove_conductor_config_spec.rb | 17 - .../type/trove_conductor_guestagent_spec.rb | 17 - .../trove/spec/unit/type/trove_config_spec.rb | 62 --- .../trove/templates/trove-guestagent.conf.erb | 117 ----- deployment_tasks.yaml | 264 ----------- docs/Makefile | 177 -------- docs/source/_static/enable_plugin.png | Bin 49801 -> 0 bytes docs/source/_static/env_nodes.png | Bin 64240 -> 0 bytes docs/source/_static/env_ready.png | Bin 50000 -> 0 bytes docs/source/_static/nodes_tab.png | Bin 25356 -> 0 bytes docs/source/conf.py | 340 --------------- docs/source/index.rst | 24 - docs/source/installation_guide.rst | 45 -- docs/source/overview.rst | 53 --- docs/source/user_guide.rst | 63 --- environment_config.yaml | 84 ---- metadata.yaml | 34 -- network_roles.yaml | 15 - node_roles.yaml | 35 -- pre_build_hook | 5 - repositories/centos/.gitkeep | 0 repositories/ubuntu/.gitkeep | 0 tasks.yaml | 26 -- volumes.yaml | 7 - 113 files changed, 10 insertions(+), 8277 deletions(-) delete mode 100644 .gitignore delete mode 100644 LICENSE delete mode 100644 README.md create mode 100644 README.rst delete mode 100644 components.yaml delete mode 100755 deployment_scripts/deploy.sh delete mode 100644 deployment_scripts/puppet/modules/dbaas_trove/manifests/db.pp delete mode 100644 deployment_scripts/puppet/modules/dbaas_trove/manifests/firewall.pp delete mode 100644 deployment_scripts/puppet/modules/dbaas_trove/manifests/hiera_override.pp delete mode 100644 deployment_scripts/puppet/modules/dbaas_trove/manifests/keystone.pp delete mode 100644 deployment_scripts/puppet/modules/dbaas_trove/manifests/openstack_haproxy_trove.pp delete mode 100644 deployment_scripts/puppet/modules/dbaas_trove/manifests/ssl_add_trust_chain.pp delete mode 100644 deployment_scripts/puppet/modules/dbaas_trove/manifests/ssl_dns_setup.pp delete mode 100644 deployment_scripts/puppet/modules/dbaas_trove/manifests/ssl_keys_saving.pp delete mode 100644 deployment_scripts/puppet/modules/dbaas_trove/manifests/trove.pp delete mode 100644 deployment_scripts/puppet/modules/dbaas_trove/modular/db.pp delete mode 100644 deployment_scripts/puppet/modules/dbaas_trove/modular/firewall.pp delete mode 100644 deployment_scripts/puppet/modules/dbaas_trove/modular/hiera_override.pp delete mode 100644 deployment_scripts/puppet/modules/dbaas_trove/modular/keystone.pp delete mode 100644 deployment_scripts/puppet/modules/dbaas_trove/modular/openstack-haproxy-trove.pp delete mode 100644 deployment_scripts/puppet/modules/dbaas_trove/modular/ssl_add_trust_chain.pp delete mode 100644 deployment_scripts/puppet/modules/dbaas_trove/modular/ssl_dns_setup.pp delete mode 100644 deployment_scripts/puppet/modules/dbaas_trove/modular/ssl_keys_saving.pp delete mode 100644 deployment_scripts/puppet/modules/dbaas_trove/modular/trove.pp delete mode 100644 deployment_scripts/puppet/modules/trove/.gitignore delete mode 100644 deployment_scripts/puppet/modules/trove/.gitreview delete mode 100644 deployment_scripts/puppet/modules/trove/CHANGELOG.md delete mode 100644 deployment_scripts/puppet/modules/trove/Gemfile delete mode 100644 deployment_scripts/puppet/modules/trove/LICENSE delete mode 100644 deployment_scripts/puppet/modules/trove/README.md delete mode 100644 deployment_scripts/puppet/modules/trove/Rakefile delete mode 100644 deployment_scripts/puppet/modules/trove/examples/site.pp delete mode 100644 deployment_scripts/puppet/modules/trove/lib/puppet/provider/trove.rb delete mode 100644 deployment_scripts/puppet/modules/trove/lib/puppet/provider/trove_api_paste_ini/ini_setting.rb delete mode 100644 deployment_scripts/puppet/modules/trove/lib/puppet/provider/trove_conductor_config/ini_setting.rb delete mode 100644 deployment_scripts/puppet/modules/trove/lib/puppet/provider/trove_config/ini_setting.rb delete mode 100644 deployment_scripts/puppet/modules/trove/lib/puppet/provider/trove_datastore/trove.rb delete mode 100644 deployment_scripts/puppet/modules/trove/lib/puppet/provider/trove_datastore_version/trove.rb delete mode 100644 deployment_scripts/puppet/modules/trove/lib/puppet/provider/trove_guestagent_config/ini_setting.rb delete mode 100644 deployment_scripts/puppet/modules/trove/lib/puppet/provider/trove_taskmanager_config/ini_setting.rb delete mode 100644 deployment_scripts/puppet/modules/trove/lib/puppet/type/trove_api_paste_ini.rb delete mode 100644 deployment_scripts/puppet/modules/trove/lib/puppet/type/trove_conductor_config.rb delete mode 100644 deployment_scripts/puppet/modules/trove/lib/puppet/type/trove_config.rb delete mode 100644 deployment_scripts/puppet/modules/trove/lib/puppet/type/trove_datastore.rb delete mode 100644 deployment_scripts/puppet/modules/trove/lib/puppet/type/trove_datastore_version.rb delete mode 100644 deployment_scripts/puppet/modules/trove/lib/puppet/type/trove_guestagent_config.rb delete mode 100644 deployment_scripts/puppet/modules/trove/lib/puppet/type/trove_taskmanager_config.rb delete mode 100644 deployment_scripts/puppet/modules/trove/manifests/api.pp delete mode 100644 deployment_scripts/puppet/modules/trove/manifests/client.pp delete mode 100644 deployment_scripts/puppet/modules/trove/manifests/conductor.pp delete mode 100644 deployment_scripts/puppet/modules/trove/manifests/config.pp delete mode 100644 deployment_scripts/puppet/modules/trove/manifests/db.pp delete mode 100644 deployment_scripts/puppet/modules/trove/manifests/db/mysql.pp delete mode 100644 deployment_scripts/puppet/modules/trove/manifests/db/postgresql.pp delete mode 100644 deployment_scripts/puppet/modules/trove/manifests/db/sync.pp delete mode 100644 deployment_scripts/puppet/modules/trove/manifests/generic_service.pp delete mode 100644 deployment_scripts/puppet/modules/trove/manifests/guestagent.pp delete mode 100644 deployment_scripts/puppet/modules/trove/manifests/init.pp delete mode 100644 deployment_scripts/puppet/modules/trove/manifests/keystone/auth.pp delete mode 100644 deployment_scripts/puppet/modules/trove/manifests/params.pp delete mode 100644 deployment_scripts/puppet/modules/trove/manifests/quota.pp delete mode 100644 deployment_scripts/puppet/modules/trove/manifests/taskmanager.pp delete mode 100644 deployment_scripts/puppet/modules/trove/metadata.json delete mode 100644 deployment_scripts/puppet/modules/trove/other-requirements.txt delete mode 100644 deployment_scripts/puppet/modules/trove/spec/acceptance/basic_trove_spec.rb delete mode 100644 deployment_scripts/puppet/modules/trove/spec/acceptance/nodesets/centos-70-x64.yml delete mode 100644 deployment_scripts/puppet/modules/trove/spec/acceptance/nodesets/default.yml delete mode 100644 deployment_scripts/puppet/modules/trove/spec/acceptance/nodesets/nodepool-centos7.yml delete mode 100644 deployment_scripts/puppet/modules/trove/spec/acceptance/nodesets/nodepool-trusty.yml delete mode 100644 deployment_scripts/puppet/modules/trove/spec/acceptance/nodesets/ubuntu-server-1404-x64.yml delete mode 100644 deployment_scripts/puppet/modules/trove/spec/classes/trove_api_spec.rb delete mode 100644 deployment_scripts/puppet/modules/trove/spec/classes/trove_client_spec.rb delete mode 100644 deployment_scripts/puppet/modules/trove/spec/classes/trove_conductor_spec.rb delete mode 100644 deployment_scripts/puppet/modules/trove/spec/classes/trove_config_spec.rb delete mode 100644 deployment_scripts/puppet/modules/trove/spec/classes/trove_db_mysql_spec.rb delete mode 100644 deployment_scripts/puppet/modules/trove/spec/classes/trove_db_postgresql_spec.rb delete mode 100644 deployment_scripts/puppet/modules/trove/spec/classes/trove_db_spec.rb delete mode 100644 deployment_scripts/puppet/modules/trove/spec/classes/trove_guestagent_spec.rb delete mode 100644 deployment_scripts/puppet/modules/trove/spec/classes/trove_init_spec.rb delete mode 100644 deployment_scripts/puppet/modules/trove/spec/classes/trove_keystone_auth_spec.rb delete mode 100644 deployment_scripts/puppet/modules/trove/spec/classes/trove_quota_spec.rb delete mode 100644 deployment_scripts/puppet/modules/trove/spec/classes/trove_taskmanager_spec.rb delete mode 100644 deployment_scripts/puppet/modules/trove/spec/shared_examples.rb delete mode 100644 deployment_scripts/puppet/modules/trove/spec/spec_helper.rb delete mode 100644 deployment_scripts/puppet/modules/trove/spec/spec_helper_acceptance.rb delete mode 100644 deployment_scripts/puppet/modules/trove/spec/unit/provider/trove_config/ini_setting_spec.rb delete mode 100644 deployment_scripts/puppet/modules/trove/spec/unit/provider/trove_datastore/trove_spec.rb delete mode 100644 deployment_scripts/puppet/modules/trove/spec/unit/provider/trove_datastore_version/trove_spec.rb delete mode 100644 deployment_scripts/puppet/modules/trove/spec/unit/provider/trove_spec.rb delete mode 100644 deployment_scripts/puppet/modules/trove/spec/unit/type/trove_conductor_config_spec.rb delete mode 100644 deployment_scripts/puppet/modules/trove/spec/unit/type/trove_conductor_guestagent_spec.rb delete mode 100644 deployment_scripts/puppet/modules/trove/spec/unit/type/trove_config_spec.rb delete mode 100644 deployment_scripts/puppet/modules/trove/templates/trove-guestagent.conf.erb delete mode 100644 deployment_tasks.yaml delete mode 100644 docs/Makefile delete mode 100644 docs/source/_static/enable_plugin.png delete mode 100644 docs/source/_static/env_nodes.png delete mode 100644 docs/source/_static/env_ready.png delete mode 100644 docs/source/_static/nodes_tab.png delete mode 100644 docs/source/conf.py delete mode 100644 docs/source/index.rst delete mode 100644 docs/source/installation_guide.rst delete mode 100644 docs/source/overview.rst delete mode 100644 docs/source/user_guide.rst delete mode 100644 environment_config.yaml delete mode 100644 metadata.yaml delete mode 100644 network_roles.yaml delete mode 100644 node_roles.yaml delete mode 100755 pre_build_hook delete mode 100644 repositories/centos/.gitkeep delete mode 100644 repositories/ubuntu/.gitkeep delete mode 100644 tasks.yaml delete mode 100644 volumes.yaml diff --git a/.gitignore b/.gitignore deleted file mode 100644 index f744094..0000000 --- a/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -.tox -.build -*.pyc -docs/build -fuel-plugin-dbaas-trove-*.rpm -repositories/ubuntu/*.deb diff --git a/LICENSE b/LICENSE deleted file mode 100644 index e06d208..0000000 --- a/LICENSE +++ /dev/null @@ -1,202 +0,0 @@ -Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "{}" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright {yyyy} {name of copyright owner} - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - diff --git a/README.md b/README.md deleted file mode 100644 index 7f7f6d7..0000000 --- a/README.md +++ /dev/null @@ -1,4 +0,0 @@ -fuel-plugin-dbaas-trove -============ - -Plugin description \ No newline at end of file diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..86e34d6 --- /dev/null +++ b/README.rst @@ -0,0 +1,10 @@ +This project is no longer maintained. + +The contents of this repository are still available in the Git +source code management system. To see the contents of this +repository before it reached its end of life, please check out the +previous commit with "git checkout HEAD^1". + +For any further questions, please email +openstack-discuss@lists.openstack.org or join #openstack-dev on +Freenode. diff --git a/components.yaml b/components.yaml deleted file mode 100644 index f7ed663..0000000 --- a/components.yaml +++ /dev/null @@ -1,8 +0,0 @@ -- name: additional_service:fuel-plugin-dbaas-trove - compatible: [] - requires: [] - incompatible: [] - label: "Install Trove" - description: | - Trove provides scalable and reliable cloud Database as a Service provisioning - functionality for both relational and non-relational database engines. diff --git a/deployment_scripts/deploy.sh b/deployment_scripts/deploy.sh deleted file mode 100755 index 80f0cea..0000000 --- a/deployment_scripts/deploy.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash - -# It's a script which deploys your plugin -echo fuel-plugin-dbaas-trove > /tmp/fuel-plugin-dbaas-trove diff --git a/deployment_scripts/puppet/modules/dbaas_trove/manifests/db.pp b/deployment_scripts/puppet/modules/dbaas_trove/manifests/db.pp deleted file mode 100644 index 274eb6c..0000000 --- a/deployment_scripts/puppet/modules/dbaas_trove/manifests/db.pp +++ /dev/null @@ -1,71 +0,0 @@ -# -# Copyright (C) 2016 AT&T Services, Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. -# -# dbaas_trove::db - -class dbaas_trove::db { - - notice('MODULAR: dbaas_trove/db') - - $trove = hiera_hash('fuel-plugin-dbaas-trove', undef) - $trove_enabled = pick($trove['metadata']['enabled'], false) - - if ($trove_enabled) { - - $mysql_hash = hiera_hash('mysql', {}) - $management_vip = hiera('management_vip', undef) - $database_vip = hiera('database_vip', undef) - - $mysql_root_user = pick($mysql_hash['root_user'], 'root') - $mysql_db_create = pick($mysql_hash['db_create'], true) - $mysql_root_password = $mysql_hash['root_password'] - - $db_user = pick($trove['db_user'], 'trove') - $db_name = pick($trove['db_name'], 'trove') - $db_password = $trove['db_password'] - - $db_host = pick($trove['metadata']['db_host'], $database_vip) - $db_create = pick($trove['metadata']['db_create'], $mysql_db_create) - $db_root_user = pick($trove['metadata']['root_user'], $mysql_root_user) - $db_root_password = pick($trove['metadata']['root_password'], $mysql_root_password) - - $allowed_hosts = [ 'localhost', '127.0.0.1', '%' ] - - if $db_create { - - class { '::galera::client': - custom_setup_class => hiera('mysql_custom_setup_class', 'galera'), - } - - class { '::trove::db::mysql': - user => $db_user, - password => $db_password, - dbname => $db_name, - allowed_hosts => $allowed_hosts, - } - - class { '::osnailyfacter::mysql_access': - db_host => $db_host, - db_user => $db_root_user, - db_password => $db_root_password, - } - - Class['::galera::client'] -> - Class['::osnailyfacter::mysql_access'] -> - Class['::trove::db::mysql'] - } - } -} - diff --git a/deployment_scripts/puppet/modules/dbaas_trove/manifests/firewall.pp b/deployment_scripts/puppet/modules/dbaas_trove/manifests/firewall.pp deleted file mode 100644 index dd37371..0000000 --- a/deployment_scripts/puppet/modules/dbaas_trove/manifests/firewall.pp +++ /dev/null @@ -1,107 +0,0 @@ -# -# Copyright (C) 2016 AT&T Services, Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. -# -# dbaas_trove::firewall - -class dbaas_trove::firewall { - - notice('MODULAR: dbaas_trove/firewall.pp') - - $trove = hiera_hash('fuel-plugin-dbaas-trove', undef) - $trove_enabled = pick($trove['metadata']['enabled'], false) - - if ($trove_enabled) { - - $network_scheme = hiera_hash('network_scheme') - $trove_amqp_port = hiera('amqp_port') - $trove_api_port = hiera('trove_api_port') - - $corosync_input_port = 5404 - $corosync_output_port = 5405 - $erlang_epmd_port = 4369 - $erlang_inet_dist_port = 41055 - $erlang_rabbitmq_backend_port = $trove_amqp_port - $erlang_rabbitmq_port = $trove_amqp_port - $pcsd_port = 2224 - - $trove_networks = get_routable_networks_for_network_role($network_scheme, 'trove/api') - $corosync_networks = $trove_networks - - openstack::firewall::multi_net {'210 trove-api': - port => $trove_api_port, - proto => 'tcp', - action => 'accept', - source_nets => $trove_networks, - } - - - openstack::firewall::multi_net {'106 rabbitmq': - port => [$erlang_epmd_port, $erlang_rabbitmq_port, $erlang_rabbitmq_backend_port, $erlang_inet_dist_port], - proto => 'tcp', - action => 'accept', - source_nets => $trove_networks, - } - - # Workaround for fuel bug with firewall - firewall {'003 remote rabbitmq ': - sport => [$erlang_epmd_port, $erlang_rabbitmq_port, $erlang_rabbitmq_backend_port, $erlang_inet_dist_port, 55672, 61613], - source => hiera('master_ip'), - proto => 'tcp', - action => 'accept', - } - - # allow local rabbitmq admin traffic for LP#1383258 - firewall {'005 local rabbitmq admin': - sport => [ 15672 ], - iniface => 'lo', - proto => 'tcp', - action => 'accept', - } - - # reject all non-local rabbitmq admin traffic for LP#1450443 - firewall {'006 reject non-local rabbitmq admin': - sport => [ 15672 ], - proto => 'tcp', - action => 'drop', - } - - # allow connections from haproxy namespace - firewall {'030 allow connections from haproxy namespace': - source => '240.0.0.2', - action => 'accept', - } - - openstack::firewall::multi_net {'113 corosync-input': - port => $corosync_input_port, - proto => 'udp', - action => 'accept', - source_nets => $corosync_networks, - } - - openstack::firewall::multi_net {'114 corosync-output': - port => $corosync_output_port, - proto => 'udp', - action => 'accept', - source_nets => $corosync_networks, - } - - openstack::firewall::multi_net {'115 pcsd-server': - port => $pcsd_port, - proto => 'tcp', - action => 'accept', - source_nets => $corosync_networks, - } - } -} diff --git a/deployment_scripts/puppet/modules/dbaas_trove/manifests/hiera_override.pp b/deployment_scripts/puppet/modules/dbaas_trove/manifests/hiera_override.pp deleted file mode 100644 index d4f1ade..0000000 --- a/deployment_scripts/puppet/modules/dbaas_trove/manifests/hiera_override.pp +++ /dev/null @@ -1,103 +0,0 @@ -# -# Copyright (C) 2016 AT&T Services, Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. -# -# dbaas_trove::hiera_override - -class dbaas_trove::hiera_override { - - notice('MODULAR: dbaas_trove/hiera_override.pp') - - $plugin_name = 'fuel-plugin-dbaas-trove' - $trove = hiera_hash($plugin_name, undef) - $trove_enabled = pick($trove['metadata']['enabled'], false) - $hiera_dir = '/etc/hiera/override' - if ($trove_enabled) { - - $plugin_yaml = "${plugin_name}.yaml" - $network_metadata = hiera_hash('network_metadata') - - if empty($network_metadata) { - fail('Network_metadata not given in the astute.yaml') - } - - $trove_roles = [ 'primary-trove', 'trove' ] - $trove_nodes = get_nodes_hash_by_roles($network_metadata, $trove_roles) - - $trove_address_map = get_node_to_ipaddr_map_by_network_role( - $trove_nodes, - 'trove/api' - ) - - $trove_nodes_ips = values($trove_address_map) - $trove_nodes_names = keys($trove_address_map) - - $corosync_roles = $trove_roles - $corosync_nodes = $trove_nodes - - $amqp_port = hiera('amqp_port', '5673') - $trove_amqp_port = hiera($trove['rabbit_port'], '55671') - $rabbit_username = $trove['rabbit_user'] - $rabbit_password = $trove['rabbit_password'] - $trove_api_port = hiera($trove['trove_api_port'], 8779) - $trove_amqp_hosts = inline_template("<%= @trove_nodes_ips.map {|x| x + ':' + @trove_amqp_port}.join ',' %>") - } - $calculated_content = inline_template('<% -require "yaml" -data = { - "trove_amqp_hosts" => @trove_amqp_hosts, - "amqp_port" => @trove_amqp_port , - "infra_amqp_port" => @amqp_port, - "trove_api_port" => @trove_api_port, - "rabbit_hash" => { - "user" => @rabbit_username , - "password" => @rabbit_password , - } , -} -#data["trove_nodes"] = @trove_nodes if @trove_nodes -data["corosync_nodes"] = @corosync_nodes if @corosync_nodes -data["corosync_roles"] = @corosync_roles if @corosync_roles --%> - -<%= YAML.dump(data) %>') - - file { $hiera_dir : - ensure => 'directory', - path => $hiera_dir, - } -> - file { "${hiera_dir}/${plugin_yaml}" : - ensure => 'present', - content => $calculated_content, - } - package {'ruby-deep-merge': - ensure => 'installed', - } - - # hiera file changes between 7.0 and 8.0 so we need to handle the override the - # different yaml formats via these exec hacks. It should be noted that the - # fuel hiera task will wipe out these this update to the hiera.yaml - exec { "${plugin_name}_hiera_override_7.0": - command => "sed -i '/ - override\\/plugins/a\\ - override\\/${plugin_name}' /etc/hiera.yaml", - path => '/bin:/usr/bin', - unless => "grep -q '^ - override/${plugin_name}' /etc/hiera.yaml", - onlyif => 'grep -q "^ - override/plugins" /etc/hiera.yaml' - } - - exec { "${plugin_name}_hiera_override_8.0": - command => "sed -i '/ - override\\/plugins/a\\ - override\\/${plugin_name}' /etc/hiera.yaml", - path => '/bin:/usr/bin', - unless => "grep -q '^ - override/${plugin_name}' /etc/hiera.yaml", - onlyif => 'grep -q "^ - override/plugins" /etc/hiera.yaml' - } -} diff --git a/deployment_scripts/puppet/modules/dbaas_trove/manifests/keystone.pp b/deployment_scripts/puppet/modules/dbaas_trove/manifests/keystone.pp deleted file mode 100644 index 827a0cf..0000000 --- a/deployment_scripts/puppet/modules/dbaas_trove/manifests/keystone.pp +++ /dev/null @@ -1,74 +0,0 @@ -# -# Copyright (C) 2016 AT&T Services, Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. -# -# dbaas_trove::keystone -class dbaas_trove::keystone { - - notice('MODULAR: dbaas_trove/keystone') - - $trove = hiera_hash('fuel-plugin-dbaas-trove', undef) - $trove_enabled = pick($trove['metadata']['enabled'], false) - - if ($trove_enabled) { - - $management_vip = hiera('management_vip') - $public_ssl_hash = hiera_hash('public_ssl', {}) - $ssl_hash = hiera_hash('use_ssl', {}) - $public_vip = hiera('public_vip') - - $public_protocol = get_ssl_property($ssl_hash, $public_ssl_hash, 'trove', 'public', 'protocol', 'http') - $public_address = get_ssl_property($ssl_hash, $public_ssl_hash, 'trove', 'public', 'hostname', [$public_vip]) - - $internal_protocol = get_ssl_property($ssl_hash, {}, 'trove', 'internal', 'protocol', 'http') - $internal_address = get_ssl_property($ssl_hash, {}, 'trove', 'internal', 'hostname', [$management_vip]) - - $admin_protocol = get_ssl_property($ssl_hash, {}, 'trove', 'admin', 'protocol', 'http') - $admin_address = get_ssl_property($ssl_hash, {}, 'trove', 'admin', 'hostname', [$management_vip]) - - $region = pick($trove['region'], hiera('region', 'RegionOne')) - $password = $trove['auth_password'] - $auth_name = pick($trove['auth_name'], 'trove') - $configure_endpoint = pick($trove['configure_endpoint'], true) - $service_name = pick($trove['service_name'], 'trove') - $tenant = pick($trove['tenant'], 'services') - - validate_string($public_address) - validate_string($password) - - $bind_port = '8779' - - $public_url = "${public_protocol}://${public_address}:${bind_port}/v1.0/%(tenant_id)s" - $internal_url = "${internal_protocol}://${internal_address}:${bind_port}/v1.0/%(tenant_id)s" - $admin_url = "${admin_protocol}://${admin_address}:${bind_port}/v1.0/%(tenant_id)s" - - Class['::osnailyfacter::wait_for_keystone_backends'] -> Class['::trove::keystone::auth'] - - class {'::osnailyfacter::wait_for_keystone_backends': } - - class { '::trove::keystone::auth': - configure_endpoint => $configure_endpoint, - service_name => $service_name, - region => $region, - auth_name => $auth_name, - password => $password, - email => "${auth_name}@localhost", - tenant => $tenant, - public_url => $public_url, - internal_url => $internal_url, - admin_url => $admin_url, - } - } -} - diff --git a/deployment_scripts/puppet/modules/dbaas_trove/manifests/openstack_haproxy_trove.pp b/deployment_scripts/puppet/modules/dbaas_trove/manifests/openstack_haproxy_trove.pp deleted file mode 100644 index 3027af7..0000000 --- a/deployment_scripts/puppet/modules/dbaas_trove/manifests/openstack_haproxy_trove.pp +++ /dev/null @@ -1,103 +0,0 @@ -# -# Copyright (C) 2016 AT&T Services, Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. -# -# dbaas_trove::openstack_haproxy_trove - -class dbaas_trove::openstack_haproxy_trove { - - notice('MODULAR: dbaas_trove/openstack_haproxy_trove.pp') - - $trove = hiera_hash('fuel-plugin-dbaas-trove', undef) - $trove_enabled = pick($trove['metadata']['enabled'], false) - - if ($trove_enabled) { - - $network_metadata = hiera_hash('network_metadata', {}) - - $public_ssl_hash = hiera_hash('public_ssl', {}) - $ssl_hash = hiera_hash('use_ssl', {}) - - $public_ssl = get_ssl_property($ssl_hash, $public_ssl_hash, 'trove', 'public', 'usage', false) - $public_ssl_path = get_ssl_property($ssl_hash, $public_ssl_hash, 'trove', 'public', 'path', ['']) - - $internal_ssl = get_ssl_property($ssl_hash, {}, 'trove', 'internal', 'usage', false) - $internal_ssl_path = get_ssl_property($ssl_hash, {}, 'trove', 'internal', 'path', ['']) - - $external_lb = hiera('external_lb', false) - $trove_nodes = get_nodes_hash_by_roles($network_metadata, ['primary-trove', 'trove']) - - $trove_amqp_use_ssl = pick($trove['metadata']['rabbit_use_ssl'], true) - $trove_amqp_port = hiera($trove['rabbit_port'], '55671') - $trove_api_port = hiera($trove['metadata']['trove_api_port'], 8779) - - if (!$external_lb) { - - $trove_address_map = get_node_to_ipaddr_map_by_network_role($trove_nodes, 'trove/api') - $server_names = hiera_array('trove_names', keys($trove_address_map)) - $ipaddresses = hiera_array('trove_ipaddresses', values($trove_address_map)) - $public_virtual_ip = hiera('public_vip') - $internal_virtual_ip = hiera('management_vip') - - # configure trove ha proxy - Openstack::Ha::Haproxy_service { - internal_virtual_ip => $internal_virtual_ip, - ipaddresses => $ipaddresses, - public_virtual_ip => $public_virtual_ip, - server_names => $server_names, - public => true, - internal_ssl => $internal_ssl, - internal_ssl_path => $internal_ssl_path, - } - - openstack::ha::haproxy_service { 'trove-api': - order => '206', - listen_port => $trove_api_port, - public_ssl => $public_ssl, - public_ssl_path => $public_ssl_path, - #require_service => 'trove-api', - haproxy_config_options => { - option => ['httpchk', 'httplog', 'httpclose'], - 'timeout server' => '660s', - 'http-request' => 'set-header X-Forwarded-Proto https if { ssl_fc }', - }, - balancermember_options => 'check inter 10s fastinter 2s downinter 3s rise 3 fall 3', - } - - if($public_ssl and $trove_amqp_use_ssl) { - $rabbit_public_ssl = true - } else { - $rabbit_public_ssl = false - } - - openstack::ha::haproxy_service { 'trove-rabbitmq': - order => '205', - listen_port => $trove_amqp_port, - public_ssl => $rabbit_public_ssl, - public_ssl_path => $public_ssl_path, - internal => false, - define_backups => true, - haproxy_config_options => { - 'option' => ['tcpka'], - 'timeout client' => '48h', - 'timeout server' => '48h', - 'balance' => 'roundrobin', - 'mode' => 'tcp', - }, - balancermember_options => 'check inter 5000 rise 2 fall 3', - } - } - } -} - diff --git a/deployment_scripts/puppet/modules/dbaas_trove/manifests/ssl_add_trust_chain.pp b/deployment_scripts/puppet/modules/dbaas_trove/manifests/ssl_add_trust_chain.pp deleted file mode 100644 index 4688478..0000000 --- a/deployment_scripts/puppet/modules/dbaas_trove/manifests/ssl_add_trust_chain.pp +++ /dev/null @@ -1,103 +0,0 @@ -# -# Copyright (C) 2016 AT&T Services, Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. -# -# dbaas_trove::ssl_add_trust_chain - -class dbaas_trove::ssl_add_trust_chain { - - notice('MODULAR: dbaas_trove/ssl_add_trust_chain.pp') - - $trove = hiera_hash('fuel-plugin-dbaas-trove', undef) - $trove_enabled = pick($trove['metadata']['enabled'], false) - - Exec { - path => '/bin:/usr/bin:/sbin:/usr/sbin', - } - - File { - ensure => file, - } - - define file_link { - $service = $name - if !empty(file("/etc/pki/tls/certs/public_${service}.pem",'/dev/null')) { - file { "/usr/local/share/ca-certificates/${service}_public_haproxy.crt": - source => "/etc/pki/tls/certs/public_${service}.pem", - } - } - - if !empty(file("/etc/pki/tls/certs/internal_${service}.pem",'/dev/null')) { - file { "/usr/local/share/ca-certificates/${service}_internal_haproxy.crt": - source => "/etc/pki/tls/certs/internal_${service}.pem", - } - } - - if !empty(file("/etc/pki/tls/certs/admin_${service}.pem",'/dev/null')) { - file { "/usr/local/share/ca-certificates/${service}_admin_haproxy.crt": - source => "/etc/pki/tls/certs/admin_${service}.pem", - } - } - } - - if !empty($ssl_hash and $trove_enabled) { - $custome_services = [ 'trove' ] - - file_link { $custome_services: } - - } elsif !empty($custome_services and $trove_enabled) { - case $::osfamily { - 'RedHat': { - file { '/etc/pki/ca-trust/source/anchors/public_haproxy.pem': - source => '/etc/pki/tls/certs/public_haproxy.pem', - } - } - - 'Debian': { - file { '/usr/local/share/ca-certificates/public_haproxy.crt': - source => '/etc/pki/tls/certs/public_haproxy.pem', - } - } - - default: { - fail("Unsupported OS: ${::osfamily}/${::operatingsystem}") - } - } - } - - case $::osfamily { - 'RedHat': { - exec { 'enable_trust': - command => 'update-ca-trust force-enable', - refreshonly => true, - notify => Exec['add_trust'] - } - - File <||> ~> Exec['enable_trust'] - } - - 'Debian': { - File <||> ~> Exec['add_trust'] - } - - default: { - fail("Unsupported OS: ${::osfamily}/${::operatingsystem}") - } - } - - exec { 'add_trust': - command => 'update-ca-certificates', - refreshonly => true, - } -} diff --git a/deployment_scripts/puppet/modules/dbaas_trove/manifests/ssl_dns_setup.pp b/deployment_scripts/puppet/modules/dbaas_trove/manifests/ssl_dns_setup.pp deleted file mode 100644 index d01da91..0000000 --- a/deployment_scripts/puppet/modules/dbaas_trove/manifests/ssl_dns_setup.pp +++ /dev/null @@ -1,126 +0,0 @@ -# -# Copyright (C) 2016 AT&T Services, Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. -# -# dbaas_trove::ssl_dns_setup - -class dbaas_trove::ssl_dns_setup { - - notice('MODULAR: dbaas_trove/ssl_dns_setup.pp') - - $trove = hiera_hash('fuel-plugin-dbaas-trove', undef) - $trove_enabled = pick($trove['metadata']['enabled'], false) - - $public_ssl_hash = hiera_hash('public_ssl') - $ssl_hash = hiera_hash('use_ssl', {}) - $public_vip = hiera('public_vip') - $management_vip = hiera('management_vip') - $openstack_service_endpoints = hiera_hash('openstack_service_endpoints', {}) - - $custom_services = [ 'trove'] - - define hosts ( - $ssl_hash, - ){ - $service = $name - $public_vip = hiera('public_vip') - $management_vip = hiera('management_vip') - - $public_hostname = try_get_value($ssl_hash, "${service}_public_hostname", '') - $internal_hostname = try_get_value($ssl_hash, "${service}_internal_hostname", '') - $admin_hostname = try_get_value($ssl_hash, "${service}_admin_hostname", $internal_hostname) - - $service_public_ip = try_get_value($ssl_hash, "${service}_public_ip", '') - if !empty($service_public_ip) { - $public_ip = $service_public_ip - } else { - $public_ip = $public_vip - } - - $service_internal_ip = try_get_value($ssl_hash, "${service}_internal_ip", '') - if !empty($service_internal_ip) { - $internal_ip = $service_internal_ip - } else { - $internal_ip = $management_vip - } - - $service_admin_ip = try_get_value($ssl_hash, "${service}_admin_ip", '') - if !empty($service_admin_ip) { - $admin_ip = $service_admin_ip - } else { - $admin_ip = $management_vip - } - - # We always need to set public hostname resolution - if !empty($public_hostname) and !defined(Host[$public_hostname]) { - host { $public_hostname: - name => $public_hostname, - ensure => present, - ip => $public_ip, - } - } - - if ($public_hostname == $internal_hostname) and ($public_hostname == $admin_hostname) { - notify{"All ${service} hostnames is equal, just public one inserted to DNS":} - } - elsif $public_hostanme == $internal_hostname { - if !empty($admin_hostname) and !defined(Host[$admin_hostname]) { - host { $admin_hostname: - name => $admin_hostname, - ensure => present, - ip => $admin_ip, - } - } - } - elsif ($public_hostname == $admin_hostname) or ($internal_hostname == $admin_hostname) { - if !empty($internal_hostname) and !defined(Host[$internal_hostname]) { - host { $internal_hostname: - name => $internal_hostname, - ensure => present, - ip => $internal_ip, - } - } - } - else { - if !empty($admin_hostname) and !defined(Host[$admin_hostname]) { - host { $admin_hostname: - name => $admin_hostname, - ensure => present, - ip => $admin_ip, - } - } - if !empty($internal_hostname) and !defined(Host[$internal_hostname]) { - host { $internal_hostname: - name => $internal_hostname, - ensure => present, - ip => $internal_ip, - } - } - } - } - - if($trove_enabled) { - if !empty($ssl_hash) { - hosts { $custom_services: - ssl_hash => $ssl_hash, - } - } elsif !empty($public_ssl_hash) { - host { $public_ssl_hash['hostname']: - ensure => present, - ip => $public_vip, - } - } - } - -} diff --git a/deployment_scripts/puppet/modules/dbaas_trove/manifests/ssl_keys_saving.pp b/deployment_scripts/puppet/modules/dbaas_trove/manifests/ssl_keys_saving.pp deleted file mode 100644 index 744d976..0000000 --- a/deployment_scripts/puppet/modules/dbaas_trove/manifests/ssl_keys_saving.pp +++ /dev/null @@ -1,98 +0,0 @@ -# -# Copyright (C) 2016 AT&T Services, Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. -# -# dbaas_trove::ssl_keys_saving - -class dbaas_trove::ssl_keys_saving { - - notice('MODULAR: dbaas_trove/ssl_keys_saving.pp') - - $trove = hiera_hash('fuel-plugin-dbaas-trove', undef) - $trove_enabled = pick($trove['metadata']['enabled'], false) - - $public_ssl_hash = hiera_hash('public_ssl') - $ssl_hash = hiera_hash('use_ssl', {}) - $pub_certificate_content = try_get_value($public_ssl_hash, 'cert_data/content', '') - $base_path = '/etc/pki/tls/certs' - $pki_path = [ '/etc/pki', '/etc/pki/tls' ] - $astute_base_path = '/var/lib/astute/haproxy' - - File { - owner => 'root', - group => 'root', - mode => '0644', - } - - file { [ $pki_path, $base_path, $astute_base_path ]: - ensure => directory, - } - - #TODO(sbog): convert it to '.each' syntax when moving to Puppet 4 - #TODO(anoskov): move it outside class 'osnailyfacter::ssl::ssl_keys_saving' - define cert_file ( - $ssl_hash, - $base_path, - $astute_base_path, - ){ - $service = $name - - $public_service = try_get_value($ssl_hash, "${service}_public", false) - $public_usercert = try_get_value($ssl_hash, "${service}_public_usercert", false) - $public_certdata = try_get_value($ssl_hash, "${service}_public_certdata/content", '') - $internal_service = try_get_value($ssl_hash, "${service}_internal", false) - $internal_usercert = try_get_value($ssl_hash, "${service}_internal_usercert", false) - $internal_certdata = try_get_value($ssl_hash, "${service}_internal_certdata/content", '') - $admin_service = try_get_value($ssl_hash, "${service}_admin", false) - $admin_usercert = try_get_value($ssl_hash, "${service}_admin_usercert", false) - $admin_certdata = try_get_value($ssl_hash, "${service}_admin_certdata/content", '') - - if $ssl_hash["${service}"] { - if $public_service and $public_usercert and !empty($public_certdata) { - file { ["${base_path}/public_${service}.pem", "${astute_base_path}/public_${service}.pem"]: - ensure => present, - content => $public_certdata, - } - } - if $internal_service and $internal_usercert and !empty($internal_certdata) { - file { ["${base_path}/internal_${service}.pem", "${astute_base_path}/internal_${service}.pem"]: - ensure => present, - content => $internal_certdata, - } - } - if $admin_service and $admin_usercert and !empty($admin_certdata) { - file { ["${base_path}/admin_${service}.pem", "${astute_base_path}/admin_${service}.pem"]: - ensure => present, - content => $admin_certdata, - } - } - } - } - - if !empty($ssl_hash and $trove_enabled) { - $custom_services = [ 'trove'] - - cert_file { $custom_services: - ssl_hash => $ssl_hash, - base_path => $base_path, - astute_base_path => $astute_base_path, - } - } elsif !empty($public_ssl_hash and $trove_enabled) { - file { ["${base_path}/public_haproxy.pem", "${astute_base_path}/public_haproxy.pem"]: - ensure => present, - content => $pub_certificate_content, - } - } - -} diff --git a/deployment_scripts/puppet/modules/dbaas_trove/manifests/trove.pp b/deployment_scripts/puppet/modules/dbaas_trove/manifests/trove.pp deleted file mode 100644 index e203558..0000000 --- a/deployment_scripts/puppet/modules/dbaas_trove/manifests/trove.pp +++ /dev/null @@ -1,177 +0,0 @@ -# -# Copyright (C) 2016 AT&T Services, Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. -# -# dbaas_trove::trove - -class dbaas_trove::trove { - - notice('MODULAR: dbaas_trove/trove') - - $trove = hiera_hash('fuel-plugin-dbaas-trove', undef) - $trove_enabled = pick($trove['metadata']['enabled'], false) - - prepare_network_config(hiera('network_scheme', {})) - - if ($trove_enabled) { - - $nova_hash = hiera_hash('nova', {}) - $neutron_config = hiera_hash('neutron_config', {}) - $public_vip = hiera('public_vip') - $database_vip = hiera('database_vip') - $management_vip = hiera('management_vip') - $region = hiera('region', 'RegionOne') - $service_endpoint = hiera('service_endpoint') - $debug = hiera('debug', false) - $verbose = hiera('verbose', true) - $use_syslog = hiera('use_syslog', true) - $use_stderr = hiera('use_stderr', false) - $trove_amqp_port = hiera('amqp_port') - $trove_amqp_hosts = hiera('trove_amqp_hosts') - $public_ssl_hash = hiera_hash('public_ssl', {}) - $ssl_hash = hiera_hash('use_ssl', {}) - $external_dns = hiera_hash('external_dns', {}) - $external_lb = hiera('external_lb', false) - $api_bind_port = hiera('trove_api_port') - - $internal_auth_protocol = get_ssl_property($ssl_hash, {}, 'keystone', 'internal', 'protocol', 'http') - $internal_auth_address = get_ssl_property($ssl_hash, {}, 'keystone', 'internal', 'hostname', [hiera('keystone_endpoint', ''), $service_endpoint, $management_vip]) - $auth_url = "${internal_auth_protocol}://${internal_auth_address}:5000/v2.0/" - - $admin_auth_protocol = get_ssl_property($ssl_hash, {}, 'keystone', 'admin', 'protocol', 'http') - $admin_auth_address = get_ssl_property($ssl_hash, {}, 'keystone', 'admin', 'hostname', [hiera('keystone_endpoint', ''), $service_endpoint, $management_vip]) - $identity_uri = "${admin_auth_protocol}://${admin_auth_address}:35357/" - - $neutron_protocol = get_ssl_property($ssl_hash, {}, 'neutron', 'internal', 'protocol', 'http') - $neutron_address = get_ssl_property($ssl_hash, {}, 'neutron', 'internal', 'hostname', [$service_endpoint, $management_vip]) - $neutron_url = "${neutron_protocol}://${neutron_address}:9696/" - - $cinder_protocol = get_ssl_property($ssl_hash, {}, 'cinder', 'internal', 'protocol', 'http') - $cinder_address = get_ssl_property($ssl_hash, {}, 'cinder', 'internal', 'hostname', [$service_endpoint, $management_vip]) - $cinder_url = "${cinder_protocol}://${cinder_address}:8776/v1" - - $swift_protocol = get_ssl_property($ssl_hash, {}, 'swift', 'internal', 'protocol', 'http') - $swift_address = get_ssl_property($ssl_hash, {}, 'swift', 'internal', 'hostname', [$service_endpoint, $management_vip]) - $swift_url = "${swift_protocol}://${swift_address}:8080/v1/AUTH_" - - $nova_protocol = get_ssl_property($ssl_hash, {}, 'nova', 'internal', 'protocol', 'http') - $nova_address = get_ssl_property($ssl_hash, {}, 'nova', 'internal', 'hostname', [$service_endpoint, $management_vip]) - $nova_url = "${nova_protocol}://${nova_address}:8774/v2" - - $trove_public_ssl = get_ssl_property($ssl_hash, $public_ssl_hash, 'trove', 'public', 'usage', false) - $trove_public_protocol = get_ssl_property($ssl_hash, $public_ssl_hash, 'trove', 'public', 'protocol', 'http') - $trove_public_address = get_ssl_property($ssl_hash, $public_ssl_hash, 'trove', 'public', 'hostname', [$public_vip]) - - $api_bind_host = get_network_role_property('trove/api', 'ipaddr') - $tenant = pick($trove['tenant'], 'services') - $db_user = pick($trove['db_user'], 'trove') - $db_name = pick($trove['db_name'], 'trove') - $db_password = $trove['db_password'] - $read_timeout = '60' - $sql_connection = "mysql://${db_user}:${db_password}@${database_vip}/${db_name}?read_timeout=${read_timeout}" - $sql_idle_timeout = pick($idle_timeout, '3600') - - $rabbit_password = $trove['rabbit_password'] - $rabbit_userid = $trove['rabbit_user'] - $rabbit_use_ssl = pick($trove['metadata']['rabbit_use_ssl'], true) - $amqp_durable_queues = pick($trove['amqp_durable_queues'], true) - $rabbit_ha_queues = pick($trove['rabbit_ha_queues'], true) - $public_rabbit_hosts = "$public_vip:$trove_amqp_port" - - if($trove_public_ssl and $rabbit_use_ssl) { - $guest_rabbit_use_ssl = true - } else { - $guest_rabbit_use_ssl = false - } - - $nova_proxy_admin_pass = $nova_hash['user_password'] - $nova_proxy_admin_user = $nova_hash['auth_name'] - $nova_proxy_admin_tenant_name = pick($nova_hash['tenant_name'], 'services') - - class { '::trove::client': } - - class { '::trove': - database_connection => $sql_connection, - database_idle_timeout => $sql_idle_timeout, - rabbit_hosts => $trove_amqp_hosts, - rabbit_password => $trove['rabbit_password'], - rabbit_userid => $trove['rabbit_user'], - rabbit_ha_queues => $rabbit_ha_queues, - amqp_durable_queues => $amqp_durable_queues, - os_region_name => $region, - nova_compute_url => $nova_url, - cinder_url => $cinder_url, - swift_url => $swift_url, - neutron_url => $neutron_url, - nova_proxy_admin_pass => $nova_hash['user_password'], - nova_proxy_admin_user => $nova_hash['auth_name'], - nova_proxy_admin_tenant_name => pick($nova_hash['tenant_name'], 'services'), - } - - class { '::trove::api': - debug => $debug, - verbose => $verbose, - bind_host => $api_bind_host, - auth_url => $auth_url, - auth_host => $service_endpoint, - keystone_password => $trove['auth_password'], - keystone_user => $trove['auth_name'], - } - - class { '::trove::conductor': - debug => $debug, - verbose => $verbose, - auth_url => $auth_url, - } - - class { '::trove::taskmanager': - debug => $debug, - verbose => $verbose, - auth_url => $auth_url, - use_guestagent_template => false, - } - - class { '::trove::guestagent': - enabled => false, - manage_service => true, - debug => $debug, - verbose => $verbose, - rabbit_hosts => $public_rabbit_hosts, - rabbit_host => $public_vip, - rabbit_port => $trove_amqp_port, - rabbit_use_ssl => $guest_rabbit_use_ssl, - auth_url => false, - swift_url => false, - } - - class { '::trove::quota': } - - class { '::trove::config': - trove_config => { - 'DEFAULT/taskmanager_manager' => { value => 'trove.taskmanager.manager.Manager' }, - 'DEFAULT/update_status_on_fail' => { value => 'True' }, - 'DEFAULT/guest_config' => { value => '/etc/trove/trove-guestagent.conf' }, - 'DEFAULT/injected_config_location' => { value => '/etc/trove' }, - 'DEFAULT/guest_info' => { value => '/etc/guest_info' }, - 'DEFAULT/volume_time_out' => { value => '240' }, - 'DEFAULT/agent_call_high_timeout' => { value => '240' }, - 'DEFAULT/agent_call_low_timeout' => { value => '20' }, - }, - trove_guestagent_config => { - 'mysql/replication_strategy' => { value => 'MysqlGTIDReplication' }, - 'mysql/replication_namespace' => { value => 'trove.guestagent.strategies.replication.mysql_gtid' }, - }, - } - } -} diff --git a/deployment_scripts/puppet/modules/dbaas_trove/modular/db.pp b/deployment_scripts/puppet/modules/dbaas_trove/modular/db.pp deleted file mode 100644 index 8eeeb1e..0000000 --- a/deployment_scripts/puppet/modules/dbaas_trove/modular/db.pp +++ /dev/null @@ -1,9 +0,0 @@ -include ::dbaas_trove::db - -# mysql::config -class mysql::config {} -include ::mysql::config - -# mysql::server -class mysql::server {} -include ::mysql::server diff --git a/deployment_scripts/puppet/modules/dbaas_trove/modular/firewall.pp b/deployment_scripts/puppet/modules/dbaas_trove/modular/firewall.pp deleted file mode 100644 index a70aa69..0000000 --- a/deployment_scripts/puppet/modules/dbaas_trove/modular/firewall.pp +++ /dev/null @@ -1 +0,0 @@ -include ::dbaas_trove::firewall diff --git a/deployment_scripts/puppet/modules/dbaas_trove/modular/hiera_override.pp b/deployment_scripts/puppet/modules/dbaas_trove/modular/hiera_override.pp deleted file mode 100644 index 99d7e36..0000000 --- a/deployment_scripts/puppet/modules/dbaas_trove/modular/hiera_override.pp +++ /dev/null @@ -1 +0,0 @@ -include ::dbaas_trove::hiera_override diff --git a/deployment_scripts/puppet/modules/dbaas_trove/modular/keystone.pp b/deployment_scripts/puppet/modules/dbaas_trove/modular/keystone.pp deleted file mode 100644 index c906c9f..0000000 --- a/deployment_scripts/puppet/modules/dbaas_trove/modular/keystone.pp +++ /dev/null @@ -1 +0,0 @@ -include ::dbaas_trove::keystone diff --git a/deployment_scripts/puppet/modules/dbaas_trove/modular/openstack-haproxy-trove.pp b/deployment_scripts/puppet/modules/dbaas_trove/modular/openstack-haproxy-trove.pp deleted file mode 100644 index c3d3578..0000000 --- a/deployment_scripts/puppet/modules/dbaas_trove/modular/openstack-haproxy-trove.pp +++ /dev/null @@ -1 +0,0 @@ -include ::dbaas_trove::openstack_haproxy_trove diff --git a/deployment_scripts/puppet/modules/dbaas_trove/modular/ssl_add_trust_chain.pp b/deployment_scripts/puppet/modules/dbaas_trove/modular/ssl_add_trust_chain.pp deleted file mode 100644 index 1f08afb..0000000 --- a/deployment_scripts/puppet/modules/dbaas_trove/modular/ssl_add_trust_chain.pp +++ /dev/null @@ -1 +0,0 @@ -include ::dbaas_trove::ssl_add_trust_chain diff --git a/deployment_scripts/puppet/modules/dbaas_trove/modular/ssl_dns_setup.pp b/deployment_scripts/puppet/modules/dbaas_trove/modular/ssl_dns_setup.pp deleted file mode 100644 index 5a518e3..0000000 --- a/deployment_scripts/puppet/modules/dbaas_trove/modular/ssl_dns_setup.pp +++ /dev/null @@ -1 +0,0 @@ -include ::dbaas_trove::ssl_dns_setup diff --git a/deployment_scripts/puppet/modules/dbaas_trove/modular/ssl_keys_saving.pp b/deployment_scripts/puppet/modules/dbaas_trove/modular/ssl_keys_saving.pp deleted file mode 100644 index 6e7e9a9..0000000 --- a/deployment_scripts/puppet/modules/dbaas_trove/modular/ssl_keys_saving.pp +++ /dev/null @@ -1 +0,0 @@ -include ::dbaas_trove::ssl_keys_saving diff --git a/deployment_scripts/puppet/modules/dbaas_trove/modular/trove.pp b/deployment_scripts/puppet/modules/dbaas_trove/modular/trove.pp deleted file mode 100644 index 7f32ed5..0000000 --- a/deployment_scripts/puppet/modules/dbaas_trove/modular/trove.pp +++ /dev/null @@ -1 +0,0 @@ -include ::dbaas_trove::trove diff --git a/deployment_scripts/puppet/modules/trove/.gitignore b/deployment_scripts/puppet/modules/trove/.gitignore deleted file mode 100644 index 15c55ef..0000000 --- a/deployment_scripts/puppet/modules/trove/.gitignore +++ /dev/null @@ -1,11 +0,0 @@ -pkg/ -Gemfile.lock -vendor/ -spec/fixtures/ -.vagrant/ -.bundle/ -coverage/ -.idea/ -*.swp -*.iml -openstack/ diff --git a/deployment_scripts/puppet/modules/trove/.gitreview b/deployment_scripts/puppet/modules/trove/.gitreview deleted file mode 100644 index 1887f98..0000000 --- a/deployment_scripts/puppet/modules/trove/.gitreview +++ /dev/null @@ -1,4 +0,0 @@ -[gerrit] -host=review.openstack.org -port=29418 -project=openstack/puppet-trove.git diff --git a/deployment_scripts/puppet/modules/trove/CHANGELOG.md b/deployment_scripts/puppet/modules/trove/CHANGELOG.md deleted file mode 100644 index fdbab9b..0000000 --- a/deployment_scripts/puppet/modules/trove/CHANGELOG.md +++ /dev/null @@ -1,68 +0,0 @@ -##2016-05-20 - 7.1.0 - -###Summary - -This is a feature and bugfix release in the Liberty series. - -####Features - -- Support of PyMySQL driver for MySQL backend - -####Bugfixes - -- Remove nova_* options from trove-guestagent.conf.erb -- Use swift_url variable in the template instead of the hardcoded url - -####Maintenance - -- Add deprecation warning for Qpid rpc driver - - -##2015-11-25 - 7.0.0 -###Summary - -This is a backwards-compatible major release for OpenStack Liberty. - -####Features -- add tag to package and service resources -- add trove::config class -- reflect provider change in puppet-openstacklib -- introduce trove::quota class -- introduce use_guestagent_template option -- make taskmanager_queue option configurable -- add api ratelimit options -- add region and resource url related options -- add default_neutron_networks in trove::taskmanager -- complete qpid support -- keystone/auth: make service description configurable - -####Bugfixes -- fix rabbit_userid parameter -- fix default value of guestagent_config_file option - -####Maintenance -- initial msync run for all Puppet OpenStack modules -- try to use zuul-cloner to prepare fixtures -- remove class_parameter_defaults puppet-lint check -- acceptance: use common bits from puppet-openstack-integration -- acceptance: enable debug & verbosity for OpenStack logs -- fix rspec 3.x syntax - -##2015-10-10 - 6.1.0 -###Summary - -This is a feature and bugfix release in the Kilo series. - -####Features -- Introduce trove:config to manage custom options - -####Maintenance -- acceptance: checkout stable/kilo puppet modules - -####Bugfixes -- Fix catalog compilation when not configuring endpoint - -##2015-07-08 - 6.0.0 -###Summary - -- Initial release of the puppet-trove module diff --git a/deployment_scripts/puppet/modules/trove/Gemfile b/deployment_scripts/puppet/modules/trove/Gemfile deleted file mode 100644 index 5981638..0000000 --- a/deployment_scripts/puppet/modules/trove/Gemfile +++ /dev/null @@ -1,22 +0,0 @@ -source ENV['GEM_SOURCE'] || "https://rubygems.org" - -group :development, :test, :system_tests do - gem 'puppet-openstack_spec_helper', - :git => 'https://git.openstack.org/openstack/puppet-openstack_spec_helper', - :branch => 'stable/liberty', - :require => false -end - -if facterversion = ENV['FACTER_GEM_VERSION'] - gem 'facter', facterversion, :require => false -else - gem 'facter', :require => false -end - -if puppetversion = ENV['PUPPET_GEM_VERSION'] - gem 'puppet', puppetversion, :require => false -else - gem 'puppet', :require => false -end - -# vim:ft=ruby diff --git a/deployment_scripts/puppet/modules/trove/LICENSE b/deployment_scripts/puppet/modules/trove/LICENSE deleted file mode 100644 index 68c771a..0000000 --- a/deployment_scripts/puppet/modules/trove/LICENSE +++ /dev/null @@ -1,176 +0,0 @@ - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - diff --git a/deployment_scripts/puppet/modules/trove/README.md b/deployment_scripts/puppet/modules/trove/README.md deleted file mode 100644 index 199ce3a..0000000 --- a/deployment_scripts/puppet/modules/trove/README.md +++ /dev/null @@ -1,184 +0,0 @@ -puppet-trove -============= - -7.1.0 - 2015.2 - Liberty - -#### Table of Contents - -1. [Overview - What is the trove module?](#overview) -2. [Module Description - What does the module do?](#module-description) -3. [Setup - The basics of getting started with trove](#setup) -4. [Implementation - An under-the-hood peek at what the module is doing](#implementation) -5. [Limitations - OS compatibility, etc.](#limitations) -6. [Development - Guide for contributing to the module](#development) -7. [Contributors - Those with commits](#contributors) - -Overview --------- - -The trove module is a part of [OpenStack](https://github.com/openstack), an effort by the Openstack infrastructure team to provide continuous integration testing and code review for Openstack and Openstack community projects as part of the core software. The module itself is used to flexibly configure and manage the database service for Openstack. - -Module Description ------------------- - -Setup ------ - -**What the trove module affects:** - -* trove, the database service for Openstack. - -Implementation --------------- - -### trove - -trove is a combination of Puppet manifest and ruby code to delivery configuration and extra functionality through types and providers. - -### Types - -#### trove_config - -The `trove_config` provider is a children of the ini_setting provider. It allows one to write an entry in the `/etc/trove/trove.conf` file. - -```puppet -trove_config { 'DEFAULT/verbose' : - value => true, -} -``` - -This will write `verbose=true` in the `[DEFAULT]` section. - -##### name - -Section/setting name to manage from `trove.conf` - -##### value - -The value of the setting to be defined. - -##### secret - -Whether to hide the value from Puppet logs. Defaults to `false`. - -##### ensure_absent_val - -If value is equal to ensure_absent_val then the resource will behave as if `ensure => absent` was specified. Defaults to `` - -#### trove_conductor_config - -The `trove_conductor_config` provider is a children of the ini_setting provider. It allows one to write an entry in the `/etc/trove/trove-conductor.conf` file. - -```puppet -trove_conductor_config { 'DEFAULT/verbose' : - value => true, -} -``` - -This will write `verbose=true` in the `[DEFAULT]` section. - -##### name - -Section/setting name to manage from `trove.conf` - -##### value - -The value of the setting to be defined. - -##### secret - -Whether to hide the value from Puppet logs. Defaults to `false`. - -##### ensure_absent_val - -If value is equal to ensure_absent_val then the resource will behave as if `ensure => absent` was specified. Defaults to `` - -#### trove_guestagent_config - -The `trove_guestagent_config` provider is a children of the ini_setting provider. It allows one to write an entry in the `/etc/trove/trove-guestagent.conf` file. - -```puppet -trove_guestagent_config { 'DEFAULT/verbose' : - value => true, -} -``` - -This will write `verbose=true` in the `[DEFAULT]` section. - -##### name - -Section/setting name to manage from `trove.conf` - -##### value - -The value of the setting to be defined. - -##### secret - -Whether to hide the value from Puppet logs. Defaults to `false`. - -##### ensure_absent_val - -If value is equal to ensure_absent_val then the resource will behave as if `ensure => absent` was specified. Defaults to `` - -#### trove_taskmanager_config - -The `trove_taskmanager_config` provider is a children of the ini_setting provider. It allows one to write an entry in the `/etc/trove/trove-taskmanager.conf` file. - -```puppet -trove_taskmanager_config { 'DEFAULT/verbose' : - value => true, -} -``` - -This will write `verbose=true` in the `[DEFAULT]` section. - -##### name - -Section/setting name to manage from `trove.conf` - -##### value - -The value of the setting to be defined. - -##### secret - -Whether to hide the value from Puppet logs. Defaults to `false`. - -##### ensure_absent_val - -If value is equal to ensure_absent_val then the resource will behave as if `ensure => absent` was specified. Defaults to `` - -Limitations ------------ - -Security --------- - -For security reasons, a separate in-cloud RabbitMQ cluster should be set up for Trove to use. The reason for this is that the guest agent needs to communicate with RabbitMQ, so it is not advisable to give instances access to the same RabbitMQ server that the core OpenStack services are using for communication. - -Please note that puppet-trove cannot check if this rule is being followed, so it is the deployer's responsibility to do it. - -Beaker-Rspec ------------- - -This module has beaker-rspec tests - -To run: - -``shell -bundle install -bundle exec rspec spec/acceptance -`` - -Development ------------ - -Developer documentation for the entire puppet-openstack project. - -* https://wiki.openstack.org/wiki/Puppet-openstack#Developer_documentation - -Contributors ------------- - -* https://github.com/enovance/puppet-trove/graphs/contributors diff --git a/deployment_scripts/puppet/modules/trove/Rakefile b/deployment_scripts/puppet/modules/trove/Rakefile deleted file mode 100644 index 9bd7456..0000000 --- a/deployment_scripts/puppet/modules/trove/Rakefile +++ /dev/null @@ -1,85 +0,0 @@ -require 'puppetlabs_spec_helper/rake_tasks' -require 'puppet-lint/tasks/puppet-lint' -require 'puppet-syntax/tasks/puppet-syntax' -require 'json' - -modname = JSON.parse(open('metadata.json').read)['name'].split('-')[1] - -PuppetSyntax.exclude_paths ||= [] -PuppetSyntax.exclude_paths << "spec/fixtures/**/*" -PuppetSyntax.exclude_paths << "pkg/**/*" -PuppetSyntax.exclude_paths << "vendor/**/*" - -Rake::Task[:lint].clear -PuppetLint::RakeTask.new :lint do |config| - config.ignore_paths = ["spec/**/*.pp", "vendor/**/*.pp"] - config.fail_on_warnings = true - config.log_format = '%{path}:%{linenumber}:%{KIND}: %{message}' - config.disable_checks = ["80chars", "class_inherits_from_params_class", "only_variable_string"] -end - -desc "Run acceptance tests" -RSpec::Core::RakeTask.new(:acceptance) do |t| - t.pattern = 'spec/acceptance' -end - -Rake::Task[:spec_prep].clear -desc 'Create the fixtures directory' -task :spec_prep do - # Allow to test the module with custom dependencies - # like you could do with .fixtures file - if ENV['PUPPETFILE'] - puppetfile = ENV['PUPPETFILE'] - if ENV['GEM_HOME'] - gem_home = ENV['GEM_HOME'] - gem_bin_dir = "#{gem_home}" + '/bin/' - else - gem_bin_dir = '' - end - r10k = ['env'] - r10k += ["PUPPETFILE=#{puppetfile}"] - r10k += ["PUPPETFILE_DIR=#{Dir.pwd}/spec/fixtures/modules"] - r10k += ["#{gem_bin_dir}r10k"] - r10k += ['puppetfile', 'install', '-v'] - sh(*r10k) - else - # otherwise, use official OpenStack Puppetfile - zuul_ref = ENV['ZUUL_REF'] - zuul_branch = ENV['ZUUL_BRANCH'] - zuul_url = ENV['ZUUL_URL'] - repo = 'openstack/puppet-openstack-integration' - rm_rf(repo) - if File.exists?('/usr/zuul-env/bin/zuul-cloner') - zuul_clone_cmd = ['/usr/zuul-env/bin/zuul-cloner'] - zuul_clone_cmd += ['--cache-dir', '/opt/git'] - zuul_clone_cmd += ['--zuul-ref', "#{zuul_ref}"] - zuul_clone_cmd += ['--zuul-branch', "#{zuul_branch}"] - zuul_clone_cmd += ['--zuul-url', "#{zuul_url}"] - zuul_clone_cmd += ['https://git.openstack.org', "#{repo}"] - sh(*zuul_clone_cmd) - else - sh("git clone https://git.openstack.org/#{repo} -b stable/liberty #{repo}") - end - script = ['env'] - script += ["PUPPETFILE_DIR=#{Dir.pwd}/spec/fixtures/modules"] - script += ["ZUUL_REF=#{zuul_ref}"] - script += ["ZUUL_BRANCH=#{zuul_branch}"] - script += ["ZUUL_URL=#{zuul_url}"] - script += ['bash', "#{repo}/install_modules_unit.sh"] - sh(*script) - end - rm_rf("spec/fixtures/modules/#{modname}") - ln_s(Dir.pwd, "spec/fixtures/modules/#{modname}") - mkdir_p('spec/fixtures/manifests') - touch('spec/fixtures/manifests/site.pp') -end - -Rake::Task[:spec_clean].clear -desc 'Clean up the fixtures directory' -task :spec_clean do - rm_rf('spec/fixtures/modules') - rm_rf('openstack') - if File.zero?('spec/fixtures/manifests/site.pp') - rm_f('spec/fixtures/manifests/site.pp') - end -end diff --git a/deployment_scripts/puppet/modules/trove/examples/site.pp b/deployment_scripts/puppet/modules/trove/examples/site.pp deleted file mode 100644 index b24e4ca..0000000 --- a/deployment_scripts/puppet/modules/trove/examples/site.pp +++ /dev/null @@ -1,38 +0,0 @@ -# This is an example of site.pp to deploy Trove - -class { '::trove::client': } - -class { '::trove::keystone::auth': - admin_address => '10.0.0.1', - internal_address => '10.0.0.1', - public_address => '10.0.0.1', - password => 'verysecrete', - region => 'OpenStack' -} - -class { '::trove::db::mysql': - password => 'dbpass', - host => '10.0.0.1', - allowed_hosts => '10.0.0.1' -} - -class { '::trove': - database_connection => 'mysql://trove:secrete@10.0.0.1/trove?charset=utf8', - rabbit_hosts => '10.0.0.1', - rabbit_password => 'secrete', - nova_proxy_admin_pass => 'novapass', -} - -class { '::trove::api': - bind_host => '10.0.0.1', - auth_url => 'https://identity.openstack.org:5000/v2.0', - keystone_password => 'verysecrete' -} - -class { '::trove::conductor': - auth_url => 'https://identity.openstack.org:5000/v2.0' -} - -class { '::trove::taskmanager': - auth_url => 'https://identity.openstack.org:5000/v2.0' -} diff --git a/deployment_scripts/puppet/modules/trove/lib/puppet/provider/trove.rb b/deployment_scripts/puppet/modules/trove/lib/puppet/provider/trove.rb deleted file mode 100644 index 4a53bba..0000000 --- a/deployment_scripts/puppet/modules/trove/lib/puppet/provider/trove.rb +++ /dev/null @@ -1,113 +0,0 @@ -require 'json' -require 'puppet/util/inifile' - -class Puppet::Provider::Trove < Puppet::Provider - - def self.conf_filename - '/etc/trove/trove.conf' - end - - def self.withenv(hash, &block) - saved = ENV.to_hash - hash.each do |name, val| - ENV[name.to_s] = val - end - - yield - ensure - ENV.clear - saved.each do |name, val| - ENV[name] = val - end - end - - def self.trove_credentials - @trove_credentials ||= get_trove_credentials - end - - def self.get_trove_credentials - auth_keys = ['auth_host', 'auth_port', 'auth_protocol', - 'admin_tenant_name', 'admin_user', 'admin_password'] - conf = trove_conf - if conf and conf['keystone_authtoken'] and - auth_keys.all?{|k| !conf['keystone_authtoken'][k].nil?} - return Hash[ auth_keys.map \ - { |k| [k, conf['keystone_authtoken'][k].strip] } ] - else - raise(Puppet::Error, "File: #{conf_filename} does not contain all \ -required sections. Trove types will not work if trove is not \ -correctly configured.") - end - end - - def trove_credentials - self.class.trove_credentials - end - - def self.auth_endpoint - @auth_endpoint ||= get_auth_endpoint - end - - def self.get_auth_endpoint - q = trove_credentials - "#{q['auth_protocol']}://#{q['auth_host']}:#{q['auth_port']}/v2.0/" - end - - def self.trove_conf - return @trove_conf if @trove_conf - @trove_conf = Puppet::Util::IniConfig::File.new - @trove_conf.read(conf_filename) - @trove_conf - end - - def self.auth_trove(*args) - q = trove_credentials - authenv = { - :OS_AUTH_URL => self.auth_endpoint, - :OS_USERNAME => q['admin_user'], - :OS_TENANT_NAME => q['admin_tenant_name'], - :OS_PASSWORD => q['admin_password'] - } - begin - withenv authenv do - trove(args) - end - rescue Exception => e - if (e.message =~ /\[Errno 111\] Connection refused/) or - (e.message =~ /\(HTTP 400\)/) - sleep 10 - withenv authenv do - trove(args) - end - else - raise(e) - end - end - end - - def auth_trove(*args) - self.class.auth_trove(args) - end - - def trove_manage(*args) - cmd = args.join(" ") - output = `#{cmd}` - $?.exitstatus - end - - def self.reset - @trove_conf = nil - @trove_credentials = nil - end - - def self.list_trove_resources(type, *args) - json = auth_trove("--json", "#{type}-list", *args) - return JSON.parse(json) - end - - def self.get_trove_resource_attrs(type, id) - json = auth_trove("--json", "#{type}-show", id) - return JSON.parse(json) - end - -end diff --git a/deployment_scripts/puppet/modules/trove/lib/puppet/provider/trove_api_paste_ini/ini_setting.rb b/deployment_scripts/puppet/modules/trove/lib/puppet/provider/trove_api_paste_ini/ini_setting.rb deleted file mode 100644 index 236f34f..0000000 --- a/deployment_scripts/puppet/modules/trove/lib/puppet/provider/trove_api_paste_ini/ini_setting.rb +++ /dev/null @@ -1,10 +0,0 @@ -Puppet::Type.type(:trove_api_paste_ini).provide( - :ini_setting, - :parent => Puppet::Type.type(:openstack_config).provider(:ini_setting) -) do - - def self.file_path - '/etc/trove/api-paste.ini' - end - -end diff --git a/deployment_scripts/puppet/modules/trove/lib/puppet/provider/trove_conductor_config/ini_setting.rb b/deployment_scripts/puppet/modules/trove/lib/puppet/provider/trove_conductor_config/ini_setting.rb deleted file mode 100644 index bcf6aae..0000000 --- a/deployment_scripts/puppet/modules/trove/lib/puppet/provider/trove_conductor_config/ini_setting.rb +++ /dev/null @@ -1,10 +0,0 @@ -Puppet::Type.type(:trove_conductor_config).provide( - :ini_setting, - :parent => Puppet::Type.type(:openstack_config).provider(:ini_setting) -) do - - def self.file_path - '/etc/trove/trove-conductor.conf' - end - -end diff --git a/deployment_scripts/puppet/modules/trove/lib/puppet/provider/trove_config/ini_setting.rb b/deployment_scripts/puppet/modules/trove/lib/puppet/provider/trove_config/ini_setting.rb deleted file mode 100644 index 5698071..0000000 --- a/deployment_scripts/puppet/modules/trove/lib/puppet/provider/trove_config/ini_setting.rb +++ /dev/null @@ -1,10 +0,0 @@ -Puppet::Type.type(:trove_config).provide( - :ini_setting, - :parent => Puppet::Type.type(:openstack_config).provider(:ini_setting) -) do - - def self.file_path - '/etc/trove/trove.conf' - end - -end diff --git a/deployment_scripts/puppet/modules/trove/lib/puppet/provider/trove_datastore/trove.rb b/deployment_scripts/puppet/modules/trove/lib/puppet/provider/trove_datastore/trove.rb deleted file mode 100644 index d356637..0000000 --- a/deployment_scripts/puppet/modules/trove/lib/puppet/provider/trove_datastore/trove.rb +++ /dev/null @@ -1,52 +0,0 @@ -require File.join(File.dirname(__FILE__), "..","..","..", - "puppet/provider/trove") - -Puppet::Type.type(:trove_datastore).provide( - :trove, - :parent => Puppet::Provider::Trove -) do - desc <<-EOT - Trove provider to manage datastore type. - EOT - - commands :trove => "trove" - - mk_resource_methods - - def self.instances - list_trove_resources("datastore").collect do |attrs| - new( - :ensure => :present, - :name => attrs["name"], - :id => attrs["id"] - ) - end - end - - def self.prefetch(resources) - instances_ = instances - resources.keys.each do |name| - if provider = instances_.find{ |instance| instance.name == name } - resources[name].provider = provider - end - end - end - - def exists? - @property_hash[:ensure] == :present - end - - def create - if trove_manage(['trove-manage', 'datastore_update', - "#{@resource[:name]}", "''"]) != 0 - fail("Failed to create datastore #{@resource[:name]}") - end - - if trove_manage(['trove-manage', 'datastore_update', - "#{@resource[:name]}", "#{@resource[:version]}"]) != 0 - fail("Failed to set version for datastore #{@resource[:name]}") - end - end - -end - diff --git a/deployment_scripts/puppet/modules/trove/lib/puppet/provider/trove_datastore_version/trove.rb b/deployment_scripts/puppet/modules/trove/lib/puppet/provider/trove_datastore_version/trove.rb deleted file mode 100644 index f02ba23..0000000 --- a/deployment_scripts/puppet/modules/trove/lib/puppet/provider/trove_datastore_version/trove.rb +++ /dev/null @@ -1,60 +0,0 @@ -require File.join(File.dirname(__FILE__), "..","..","..", - "puppet/provider/trove") - -Puppet::Type.type(:trove_datastore_version).provide( - :trove, - :parent => Puppet::Provider::Trove -) do - desc <<-EOT - Trove provider to manage datastore version type. - EOT - - commands :trove => "trove" - - mk_resource_methods - - def self.prefetch(resource) - @datastore_version_hash = nil - end - - def self.datastore_version_hash(datastore) - @datastore_version_hash ||= build_datastore_version_hash(datastore) - end - - def datastore_version_hash(datastore) - self.class.datastore_version_hash(datastore) - end - - def self.instances - [] - end - - def exists? - datastore_version_hash(resource[:datastore])[resource[:name]] - end - - def create - cmd = ['trove-manage', 'datastore_version_update', - "#{@resource[:datastore]}", "#{@resource[:name]}", - "#{@resource[:manager]}", "#{@resource[:image_id]}", - "#{@resource[:packages]}", "#{@resource[:active]}"] - if trove_manage(cmd) != 0 - fail("Failed to create datastore version #{@resource[:name]}") - end - end - - def destroy - fail("Datastore version cannot be removed") - end - - private - - def self.build_datastore_version_hash(datastore) - dvs = {} - list_trove_resources("datastore-version", datastore).collect do |attrs| - dvs[attrs["name"]] = attrs - end - dvs - end - -end diff --git a/deployment_scripts/puppet/modules/trove/lib/puppet/provider/trove_guestagent_config/ini_setting.rb b/deployment_scripts/puppet/modules/trove/lib/puppet/provider/trove_guestagent_config/ini_setting.rb deleted file mode 100644 index 4d81498..0000000 --- a/deployment_scripts/puppet/modules/trove/lib/puppet/provider/trove_guestagent_config/ini_setting.rb +++ /dev/null @@ -1,10 +0,0 @@ -Puppet::Type.type(:trove_guestagent_config).provide( - :ini_setting, - :parent => Puppet::Type.type(:openstack_config).provider(:ini_setting) -) do - - def self.file_path - '/etc/trove/trove-guestagent.conf' - end - -end diff --git a/deployment_scripts/puppet/modules/trove/lib/puppet/provider/trove_taskmanager_config/ini_setting.rb b/deployment_scripts/puppet/modules/trove/lib/puppet/provider/trove_taskmanager_config/ini_setting.rb deleted file mode 100644 index 9e6c1d3..0000000 --- a/deployment_scripts/puppet/modules/trove/lib/puppet/provider/trove_taskmanager_config/ini_setting.rb +++ /dev/null @@ -1,10 +0,0 @@ -Puppet::Type.type(:trove_taskmanager_config).provide( - :ini_setting, - :parent => Puppet::Type.type(:openstack_config).provider(:ini_setting) -) do - - def self.file_path - '/etc/trove/trove-taskmanager.conf' - end - -end diff --git a/deployment_scripts/puppet/modules/trove/lib/puppet/type/trove_api_paste_ini.rb b/deployment_scripts/puppet/modules/trove/lib/puppet/type/trove_api_paste_ini.rb deleted file mode 100644 index 8c40209..0000000 --- a/deployment_scripts/puppet/modules/trove/lib/puppet/type/trove_api_paste_ini.rb +++ /dev/null @@ -1,51 +0,0 @@ -Puppet::Type.newtype(:trove_api_paste_ini) do - - ensurable - - newparam(:name, :namevar => true) do - desc 'Section/setting name to manage from /etc/trove/api-paste.ini' - newvalues(/\S+\/\S+/) - end - - newproperty(:value) do - desc 'The value of the setting to be defined.' - munge do |value| - value = value.to_s.strip - value.capitalize! if value =~ /^(true|false)$/i - value - end - - def is_to_s( currentvalue ) - if resource.secret? - return '[old secret redacted]' - else - return currentvalue - end - end - - def should_to_s( newvalue ) - if resource.secret? - return '[new secret redacted]' - else - return newvalue - end - end - end - - newparam(:secret, :boolean => true) do - desc 'Whether to hide the value from Puppet logs. Defaults to `false`.' - - newvalues(:true, :false) - - defaultto false - end - - newparam(:ensure_absent_val) do - desc 'A value that is specified as the value property will behave as if ensure => absent was specified' - defaultto('') - end - - autorequire(:package) do - 'trove-api' - end -end diff --git a/deployment_scripts/puppet/modules/trove/lib/puppet/type/trove_conductor_config.rb b/deployment_scripts/puppet/modules/trove/lib/puppet/type/trove_conductor_config.rb deleted file mode 100644 index d5ab342..0000000 --- a/deployment_scripts/puppet/modules/trove/lib/puppet/type/trove_conductor_config.rb +++ /dev/null @@ -1,52 +0,0 @@ -Puppet::Type.newtype(:trove_conductor_config) do - - ensurable - - newparam(:name, :namevar => true) do - desc 'Section/setting name to manage from /etc/trove/trove-conductor.conf' - newvalues(/\S+\/\S+/) - end - - newproperty(:value) do - desc 'The value of the setting to be defined.' - munge do |value| - value = value.to_s.strip - value.capitalize! if value =~ /^(true|false)$/i - value - end - newvalues(/^[\S ]*$/) - - def is_to_s( currentvalue ) - if resource.secret? - return '[old secret redacted]' - else - return currentvalue - end - end - - def should_to_s( newvalue ) - if resource.secret? - return '[new secret redacted]' - else - return newvalue - end - end - end - - newparam(:secret, :boolean => true) do - desc 'Whether to hide the value from Puppet logs. Defaults to `false`.' - - newvalues(:true, :false) - - defaultto false - end - - newparam(:ensure_absent_val) do - desc 'A value that is specified as the value property will behave as if ensure => absent was specified' - defaultto('') - end - - autorequire(:package) do - 'trove-conductor' - end -end diff --git a/deployment_scripts/puppet/modules/trove/lib/puppet/type/trove_config.rb b/deployment_scripts/puppet/modules/trove/lib/puppet/type/trove_config.rb deleted file mode 100644 index 81491eb..0000000 --- a/deployment_scripts/puppet/modules/trove/lib/puppet/type/trove_config.rb +++ /dev/null @@ -1,52 +0,0 @@ -Puppet::Type.newtype(:trove_config) do - - ensurable - - newparam(:name, :namevar => true) do - desc 'Section/setting name to manage from /etc/trove/trove.conf' - newvalues(/\S+\/\S+/) - end - - newproperty(:value) do - desc 'The value of the setting to be defined.' - munge do |value| - value = value.to_s.strip - value.capitalize! if value =~ /^(true|false)$/i - value - end - newvalues(/^[\S ]*$/) - - def is_to_s( currentvalue ) - if resource.secret? - return '[old secret redacted]' - else - return currentvalue - end - end - - def should_to_s( newvalue ) - if resource.secret? - return '[new secret redacted]' - else - return newvalue - end - end - end - - newparam(:secret, :boolean => true) do - desc 'Whether to hide the value from Puppet logs. Defaults to `false`.' - - newvalues(:true, :false) - - defaultto false - end - - newparam(:ensure_absent_val) do - desc 'A value that is specified as the value property will behave as if ensure => absent was specified' - defaultto('') - end - - autorequire(:package) do - 'trove-api' - end -end diff --git a/deployment_scripts/puppet/modules/trove/lib/puppet/type/trove_datastore.rb b/deployment_scripts/puppet/modules/trove/lib/puppet/type/trove_datastore.rb deleted file mode 100644 index 7aa9483..0000000 --- a/deployment_scripts/puppet/modules/trove/lib/puppet/type/trove_datastore.rb +++ /dev/null @@ -1,26 +0,0 @@ -Puppet::Type.newtype(:trove_datastore) do - - @doc = "Manage creation of Trove datastores" - - ensurable - - newparam(:name, :namevar => true) do - desc "Datastore version name)" - newvalues(/^.*$/) - end - - newparam(:version) do - desc "Datastore version name" - end - - newproperty(:id) do - validate do |v| - raise(Puppet::Error, 'This is a read only property') - end - end - - validate do - raise(Puppet::Error, 'Version must be set') unless self[:version] - end -end - diff --git a/deployment_scripts/puppet/modules/trove/lib/puppet/type/trove_datastore_version.rb b/deployment_scripts/puppet/modules/trove/lib/puppet/type/trove_datastore_version.rb deleted file mode 100644 index 856e06d..0000000 --- a/deployment_scripts/puppet/modules/trove/lib/puppet/type/trove_datastore_version.rb +++ /dev/null @@ -1,38 +0,0 @@ -Puppet::Type.newtype(:trove_datastore_version) do - - @doc = "Manage creation of Trove datastore versions" - - ensurable - - newparam(:name, :namevar => true) do - desc "Datastore version" - end - - newparam(:datastore) do - desc "Datastore name)" - end - - newparam(:manager) do - desc "Manager name" - end - - newparam(:image_id) do - desc "Glance image id" - end - - newparam(:packages) do - desc "Packages to install" - end - - newparam(:active) do - desc "State" - end - - validate do - raise(Puppet::Error, 'Datastore must be set') unless self[:datastore] - raise(Puppet::Error, 'Manager must be set') unless self[:manager] - raise(Puppet::Error, 'Image must be set') unless self[:image_id] - raise(Puppet::Error, 'Packages must be set') unless self[:packages] - raise(Puppet::Error, 'State must be set') unless self[:active] - end -end diff --git a/deployment_scripts/puppet/modules/trove/lib/puppet/type/trove_guestagent_config.rb b/deployment_scripts/puppet/modules/trove/lib/puppet/type/trove_guestagent_config.rb deleted file mode 100644 index a15e17d..0000000 --- a/deployment_scripts/puppet/modules/trove/lib/puppet/type/trove_guestagent_config.rb +++ /dev/null @@ -1,52 +0,0 @@ -Puppet::Type.newtype(:trove_guestagent_config) do - - ensurable - - newparam(:name, :namevar => true) do - desc 'Section/setting name to manage from /etc/trove/trove-guestagent.conf' - newvalues(/\S+\/\S+/) - end - - newproperty(:value) do - desc 'The value of the setting to be defined.' - munge do |value| - value = value.to_s.strip - value.capitalize! if value =~ /^(true|false)$/i - value - end - newvalues(/^[\S ]*$/) - - def is_to_s( currentvalue ) - if resource.secret? - return '[old secret redacted]' - else - return currentvalue - end - end - - def should_to_s( newvalue ) - if resource.secret? - return '[new secret redacted]' - else - return newvalue - end - end - end - - newparam(:secret, :boolean => true) do - desc 'Whether to hide the value from Puppet logs. Defaults to `false`.' - - newvalues(:true, :false) - - defaultto false - end - - newparam(:ensure_absent_val) do - desc 'A value that is specified as the value property will behave as if ensure => absent was specified' - defaultto('') - end - - autorequire(:package) do - 'trove-guestagent' - end -end diff --git a/deployment_scripts/puppet/modules/trove/lib/puppet/type/trove_taskmanager_config.rb b/deployment_scripts/puppet/modules/trove/lib/puppet/type/trove_taskmanager_config.rb deleted file mode 100644 index 88480c5..0000000 --- a/deployment_scripts/puppet/modules/trove/lib/puppet/type/trove_taskmanager_config.rb +++ /dev/null @@ -1,49 +0,0 @@ -Puppet::Type.newtype(:trove_taskmanager_config) do - - ensurable - - newparam(:name, :namevar => true) do - desc 'Section/setting name to manage from /etc/trove/trove-taskmanager.conf' - newvalues(/\S+\/\S+/) - end - - newproperty(:value) do - desc 'The value of the setting to be defined.' - munge do |value| - value = value.to_s.strip - value.capitalize! if value =~ /^(true|false)$/i - value - end - newvalues(/^[\S ]*$/) - - def is_to_s( currentvalue ) - if resource.secret? - return '[old secret redacted]' - else - return currentvalue - end - end - - def should_to_s( newvalue ) - if resource.secret? - return '[new secret redacted]' - else - return newvalue - end - end - end - - newparam(:secret, :boolean => true) do - desc 'Whether to hide the value from Puppet logs. Defaults to `false`.' - - newvalues(:true, :false) - - defaultto false - end - - newparam(:ensure_absent_val) do - desc 'A value that is specified as the value property will behave as if ensure => absent was specified' - defaultto('') - end - -end diff --git a/deployment_scripts/puppet/modules/trove/manifests/api.pp b/deployment_scripts/puppet/modules/trove/manifests/api.pp deleted file mode 100644 index 88de534..0000000 --- a/deployment_scripts/puppet/modules/trove/manifests/api.pp +++ /dev/null @@ -1,410 +0,0 @@ -# -# Copyright (C) 2014 eNovance SAS -# -# Author: Emilien Macchi -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. -# -# == Class trove::api -# -# Configure API service in trove -# -# == Parameters -# -# [*manage_service*] -# (optional) Whether to start/stop the service -# Defaults to true -# -# [*ensure_package*] -# (optional) Whether the trove api package will be installed -# Defaults to 'present' -# -# [*keystone_password*] -# (required) Password used to authentication. -# -# [*verbose*] -# (optional) Rather to log the trove api service at verbose level. -# Default: false -# -# [*debug*] -# (optional) Rather to log the trove api service at debug level. -# Default: false -# -# [*bind_host*] -# (optional) The address of the host to bind to. -# Default: 0.0.0.0 -# -# [*bind_port*] -# (optional) The port the server should bind to. -# Default: 8779 -# -# [*backlog*] -# (optional) Backlog requests when creating socket -# Default: 4096 -# -# [*workers*] -# (optional) Number of trove API worker processes to start -# Default: $::processorcount -# -# [*log_file*] -# (optional) The path of file used for logging -# If set to boolean false, it will not log to any file. -# Default: /var/log/trove/trove-api.log -# -# [*log_dir*] -# (optional) directory to which trove logs are sent. -# If set to boolean false, it will not log to any directory. -# Defaults to '/var/log/trove' -# -# [*auth_host*] -# (optional) Host running auth service. -# Defaults to '127.0.0.1'. -# -# [*auth_url*] -# (optional) Authentication URL. -# Defaults to 'http://localhost:5000/v2.0'. -# -# [*auth_port*] -# (optional) Port to use for auth service on auth_host. -# Defaults to '35357'. -# -# [*auth_protocol*] -# (optional) Protocol to use for auth. -# Defaults to 'http'. -# -# [*keystone_tenant*] -# (optional) Tenant to authenticate to. -# Defaults to services. -# -# [*keystone_user*] -# (optional) User to authenticate as with keystone. -# Defaults to 'trove'. -# -# [*enabled*] -# (optional) Whether to enable services. -# Defaults to true. -# -# [*use_syslog*] -# (optional) Use syslog for logging. -# Defaults to false. -# -# [*log_facility*] -# (optional) Syslog facility to receive log lines. -# Defaults to 'LOG_USER'. -# -# [*purge_config*] -# (optional) Whether to set only the specified config options -# in the api config. -# Defaults to false. -# -# [*cert_file*] -# (optinal) Certificate file to use when starting API server securely -# Defaults to false, not set -# -# [*key_file*] -# (optional) Private key file to use when starting API server securely -# Defaults to false, not set -# -# [*ca_file*] -# (optional) CA certificate file to use to verify connecting clients -# Defaults to false, not set -# -# [*http_get_rate*] -# (optional) Default rate limit of GET request. -# Defaults to 200. -# -# [*http_post_rate*] -# (optional) Default rate limit of POST request. -# Defaults to 200. -# -# [*http_put_rate*] -# (optional) Default rate limit of PUT request. -# Defaults to 200. -# -# [*http_delete_rate*] -# (optional) Default rate limit of DELETE request. -# Defaults to 200. -# -# [*http_mgmt_post_rate*] -# (optional) Default rate limit of mgmt post request. -# Defaults to 200. -# -class trove::api( - $keystone_password, - $verbose = false, - $debug = false, - $bind_host = '0.0.0.0', - $bind_port = '8779', - $backlog = '4096', - $workers = $::processorcount, - $log_file = '/var/log/trove/trove-api.log', - $log_dir = '/var/log/trove', - $auth_host = '127.0.0.1', - $auth_url = false, - $auth_port = '35357', - $auth_protocol = 'http', - $keystone_tenant = 'services', - $keystone_user = 'trove', - $enabled = true, - $use_syslog = false, - $log_facility = 'LOG_USER', - $purge_config = false, - $cert_file = false, - $key_file = false, - $ca_file = false, - $http_get_rate = 200, - $http_post_rate = 200, - $http_put_rate = 200, - $http_delete_rate = 200, - $http_mgmt_post_rate = 200, - $manage_service = true, - $ensure_package = 'present', -) inherits trove { - - require ::keystone::python - include ::trove::db - include ::trove::params - - Trove_config<||> ~> Exec['post-trove_config'] - Trove_config<||> ~> Service['trove-api'] - Trove_api_paste_ini<||> ~> Service['trove-api'] - - # basic service config - trove_config { - 'DEFAULT/verbose': value => $verbose; - 'DEFAULT/debug': value => $debug; - 'DEFAULT/bind_host': value => $bind_host; - 'DEFAULT/bind_port': value => $bind_port; - 'DEFAULT/backlog': value => $backlog; - 'DEFAULT/trove_api_workers': value => $workers; - 'DEFAULT/nova_proxy_admin_user': value => $::trove::nova_proxy_admin_user; - 'DEFAULT/nova_proxy_admin_pass': value => $::trove::nova_proxy_admin_pass; - 'DEFAULT/nova_proxy_admin_tenant_name': value => $::trove::nova_proxy_admin_tenant_name; - 'DEFAULT/control_exchange': value => $::trove::control_exchange; - 'DEFAULT/rpc_backend': value => $::trove::rpc_backend; - } - - if $auth_url { - trove_config { 'DEFAULT/trove_auth_url': value => $auth_url; } - } else { - trove_config { 'DEFAULT/trove_auth_url': value => "${auth_protocol}://${auth_host}:5000/v2.0"; } - } - - # auth config - trove_config { - 'keystone_authtoken/auth_host': value => $auth_host; - 'keystone_authtoken/auth_port': value => $auth_port; - 'keystone_authtoken/auth_protocol': value => $auth_protocol; - 'keystone_authtoken/admin_tenant_name': value => $keystone_tenant; - 'keystone_authtoken/admin_user': value => $keystone_user; - 'keystone_authtoken/admin_password': value => $keystone_password, secret => true; - } - - # SSL Options - if $cert_file { - trove_config { - 'DEFAULT/cert_file' : value => $cert_file; - } - } else { - trove_config { - 'DEFAULT/cert_file': ensure => absent; - } - } - if $key_file { - trove_config { - 'DEFAULT/key_file' : value => $key_file; - } - } else { - trove_config { - 'DEFAULT/key_file': ensure => absent; - } - } - if $ca_file { - trove_config { - 'DEFAULT/ca_file' : value => $ca_file; - } - } else { - trove_config { - 'DEFAULT/ca_file': ensure => absent; - } - } - - # Logging - if $log_file { - trove_config { - 'DEFAULT/log_file': value => $log_file; - } - } else { - trove_config { - 'DEFAULT/log_file': ensure => absent; - } - } - - if $log_dir { - trove_config { - 'DEFAULT/log_dir': value => $log_dir; - } - } else { - trove_config { - 'DEFAULT/log_dir': ensure => absent; - } - } - - # Syslog - if $use_syslog { - trove_config { - 'DEFAULT/use_syslog' : value => true; - 'DEFAULT/syslog_log_facility' : value => $log_facility; - } - } else { - trove_config { - 'DEFAULT/use_syslog': value => false; - } - } - - # rate limits - trove_config { - 'DEFAULT/http_get_rate': value => $http_get_rate; - 'DEFAULT/http_post_rate': value => $http_post_rate; - 'DEFAULT/http_put_rate': value => $http_put_rate; - 'DEFAULT/http_delete_rate': value => $http_delete_rate; - 'DEFAULT/http_mgmt_post_rate': value => $http_mgmt_post_rate; - } - - resources { 'trove_config': - purge => $purge_config, - } - - # region name - if $::trove::os_region_name { - trove_config { 'DEFAULT/os_region_name': value => $::trove::os_region_name } - } - else { - trove_config {'DEFAULT/os_region_name': ensure => absent } - } - - # services type - trove_config { - 'DEFAULT/nova_compute_service_type': value => $::trove::nova_compute_service_type; - 'DEFAULT/cinder_service_type': value => $::trove::cinder_service_type; - 'DEFAULT/neutron_service_type': value => $::trove::neutron_service_type; - 'DEFAULT/swift_service_type': value => $::trove::swift_service_type; - 'DEFAULT/heat_service_type': value => $::trove::heat_service_type; - } - - if $::trove::rpc_backend == 'trove.openstack.common.rpc.impl_kombu' or $::trove::rpc_backend == 'rabbit' { - if ! $::trove::rabbit_password { - fail('When rpc_backend is rabbitmq, you must set rabbit password') - } - if $::trove::rabbit_hosts { - trove_config { 'oslo_messaging_rabbit/rabbit_hosts': value => $::trove::rabbit_hosts } - } else { - trove_config { 'oslo_messaging_rabbit/rabbit_host': value => $::trove::rabbit_host } - trove_config { 'oslo_messaging_rabbit/rabbit_port': value => $::trove::rabbit_port } - trove_config { 'oslo_messaging_rabbit/rabbit_hosts': value => "${::trove::rabbit_host}:${::trove::rabbit_port}" } - } - - if $::trove::rabbit_ha_queues == undef { - if size($::trove::rabbit_hosts) > 1 { - trove_config { 'oslo_messaging_rabbit/rabbit_ha_queues': value => true } - } else { - trove_config { 'oslo_messaging_rabbit/rabbit_ha_queues': value => false } - } - } else { - trove_config { 'oslo_messaging_rabbit/rabbit_ha_queues': value => $::trove::rabbit_ha_queues } - } - - trove_config { - 'oslo_messaging_rabbit/rabbit_userid': value => $::trove::rabbit_userid; - 'oslo_messaging_rabbit/rabbit_password': value => $::trove::rabbit_password, secret => true; - 'oslo_messaging_rabbit/rabbit_virtual_host': value => $::trove::rabbit_virtual_host; - 'oslo_messaging_rabbit/rabbit_use_ssl': value => $::trove::rabbit_use_ssl; - 'oslo_messaging_rabbit/kombu_reconnect_delay': value => $::trove::kombu_reconnect_delay; - # TODO(shaikapsar): remove this line once bug/1486319 merged to stable/liberty. - 'oslo_messaging_rabbit/amqp_durable_queues': value => $::trove::amqp_durable_queues; - } - - if $::trove::rabbit_use_ssl { - - if $::trove::kombu_ssl_ca_certs { - trove_config { 'oslo_messaging_rabbit/kombu_ssl_ca_certs': value => $::trove::kombu_ssl_ca_certs; } - } else { - trove_config { 'oslo_messaging_rabbit/kombu_ssl_ca_certs': ensure => absent; } - } - - if $::trove::kombu_ssl_certfile or $::trove::kombu_ssl_keyfile { - trove_config { - 'oslo_messaging_rabbit/kombu_ssl_certfile': value => $::trove::kombu_ssl_certfile; - 'oslo_messaging_rabbit/kombu_ssl_keyfile': value => $::trove::kombu_ssl_keyfile; - } - } else { - trove_config { - 'oslo_messaging_rabbit/kombu_ssl_certfile': ensure => absent; - 'oslo_messaging_rabbit/kombu_ssl_keyfile': ensure => absent; - } - } - - if $::trove::kombu_ssl_version { - trove_config { 'oslo_messaging_rabbit/kombu_ssl_version': value => $::trove::kombu_ssl_version; } - } else { - trove_config { 'oslo_messaging_rabbit/kombu_ssl_version': ensure => absent; } - } - - } else { - trove_config { - 'oslo_messaging_rabbit/kombu_ssl_ca_certs': ensure => absent; - 'oslo_messaging_rabbit/kombu_ssl_certfile': ensure => absent; - 'oslo_messaging_rabbit/kombu_ssl_keyfile': ensure => absent; - 'oslo_messaging_rabbit/kombu_ssl_version': ensure => absent; - } - } - } - - if $::trove::rpc_backend == 'trove.openstack.common.rpc.impl_qpid' or $::trove::rpc_backend == 'qpid'{ - - warning('Qpid driver is removed from Oslo.messaging in the Mitaka release') - - trove_config { - 'oslo_messaging_qpid/qpid_hostname': value => $::trove::qpid_hostname; - 'oslo_messaging_qpid/qpid_port': value => $::trove::qpid_port; - 'oslo_messaging_qpid/qpid_username': value => $::trove::qpid_username; - 'oslo_messaging_qpid/qpid_password': value => $::trove::qpid_password, secret => true; - 'oslo_messaging_qpid/qpid_heartbeat': value => $::trove::qpid_heartbeat; - 'oslo_messaging_qpid/qpid_protocol': value => $::trove::qpid_protocol; - 'oslo_messaging_qpid/qpid_tcp_nodelay': value => $::trove::qpid_tcp_nodelay; - } - if is_array($::trove::qpid_sasl_mechanisms) { - trove_config { - 'oslo_messaging_qpid/qpid_sasl_mechanisms': value => join($::trove::qpid_sasl_mechanisms, ' '); - } - } - elsif $::trove::qpid_sasl_mechanisms { - trove_config { - 'oslo_messaging_qpid/qpid_sasl_mechanisms': value => $::trove::qpid_sasl_mechanisms; - } - } - else { - trove_config { - 'oslo_messaging_qpid/qpid_sasl_mechanisms': ensure => absent; - } - } - } - - trove::generic_service { 'api': - enabled => $enabled, - manage_service => $manage_service, - ensure_package => $ensure_package, - package_name => $::trove::params::api_package_name, - service_name => $::trove::params::api_service_name, - } -} diff --git a/deployment_scripts/puppet/modules/trove/manifests/client.pp b/deployment_scripts/puppet/modules/trove/manifests/client.pp deleted file mode 100644 index 1c25529..0000000 --- a/deployment_scripts/puppet/modules/trove/manifests/client.pp +++ /dev/null @@ -1,40 +0,0 @@ -# -# Copyright (C) 2014 eNovance SAS -# -# Author: Emilien Macchi -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. - -# trove::client -# -# Manages the trove client package on systems -# -# === Parameters: -# -# [*package_ensure*] -# (optional) The state of the package -# Defaults to present -# -# -class trove::client ( - $package_ensure = present -) { - - include ::trove::params - - package { 'python-troveclient': - ensure => $package_ensure, - name => $::trove::params::client_package_name, - } - -} diff --git a/deployment_scripts/puppet/modules/trove/manifests/conductor.pp b/deployment_scripts/puppet/modules/trove/manifests/conductor.pp deleted file mode 100644 index f46ad76..0000000 --- a/deployment_scripts/puppet/modules/trove/manifests/conductor.pp +++ /dev/null @@ -1,230 +0,0 @@ -# == Class: trove::conductor -# -# Manages trove conductor package and service -# -# === Parameters: -# -# [*enabled*] -# (optional) Whether to enable the trove-conductor service -# Defaults to true -# -# [*manage_service*] -# (optional) Whether to start/stop the service -# Defaults to true -# -# [*ensure_package*] -# (optional) The state of the trove conductor package -# Defaults to 'present' -# -# [*verbose*] -# (optional) Rather to log the trove api service at verbose level. -# Default: false -# -# [*debug*] -# (optional) Rather to log the trove api service at debug level. -# Default: false -# -# [*log_file*] -# (optional) The path of file used for logging -# If set to boolean false, it will not log to any file. -# Default: /var/log/trove/trove-conductor.log -# -# [*log_dir*] -# (optional) directory to which trove logs are sent. -# If set to boolean false, it will not log to any directory. -# Defaults to '/var/log/trove' -# -# [*use_syslog*] -# (optional) Use syslog for logging. -# Defaults to false. -# -# [*log_facility*] -# (optional) Syslog facility to receive log lines. -# Defaults to 'LOG_USER'. -# -# [*auth_url*] -# (optional) Authentication URL. -# Defaults to 'http://localhost:5000/v2.0'. -# -# [*conductor_manager*] -# (optional) Trove conductor manager. -# Defaults to 'trove.conductor.manager.Manager'. -# -class trove::conductor( - $enabled = true, - $manage_service = true, - $ensure_package = 'present', - $verbose = false, - $debug = false, - $log_file = '/var/log/trove/trove-conductor.log', - $log_dir = '/var/log/trove', - $use_syslog = false, - $log_facility = 'LOG_USER', - $auth_url = 'http://localhost:5000/v2.0', - $conductor_manager = 'trove.conductor.manager.Manager', -) inherits trove { - - include ::trove::params - - Trove_conductor_config<||> ~> Exec['post-trove_config'] - Trove_conductor_config<||> ~> Service['trove-conductor'] - - if $::trove::database_connection { - if($::trove::database_connection =~ /mysql:\/\/\S+:\S+@\S+\/\S+/) { - require 'mysql::bindings' - require 'mysql::bindings::python' - } elsif($::trove::database_connection =~ /postgresql:\/\/\S+:\S+@\S+\/\S+/) { - - } elsif($::trove::database_connection =~ /sqlite:\/\//) { - - } else { - fail("Invalid db connection ${::trove::database_connection}") - } - trove_conductor_config { - 'database/connection': value => $::trove::database_connection; - 'database/idle_timeout': value => $::trove::database_idle_timeoutl; - } - } - - # basic service config - trove_conductor_config { - 'DEFAULT/verbose': value => $verbose; - 'DEFAULT/debug': value => $debug; - 'DEFAULT/trove_auth_url': value => $auth_url; - 'DEFAULT/nova_proxy_admin_user': value => $::trove::nova_proxy_admin_user; - 'DEFAULT/nova_proxy_admin_tenant_name': value => $::trove::nova_proxy_admin_tenant_name; - 'DEFAULT/nova_proxy_admin_pass': value => $::trove::nova_proxy_admin_pass; - 'DEFAULT/control_exchange': value => $::trove::control_exchange; - 'DEFAULT/rpc_backend': value => $::trove::rpc_backend; - } - - if $::trove::rpc_backend == 'trove.openstack.common.rpc.impl_kombu' or $::trove::rpc_backend == 'rabbit' { - if ! $::trove::rabbit_password { - fail('When rpc_backend is rabbitmq, you must set rabbit password') - } - if $::trove::rabbit_hosts { - trove_conductor_config { 'oslo_messaging_rabbit/rabbit_hosts': value => ::trove::rabbit_hosts } - } else { - trove_conductor_config { 'oslo_messaging_rabbit/rabbit_host': value => $::trove::rabbit_host } - trove_conductor_config { 'oslo_messaging_rabbit/rabbit_port': value => $::trove::rabbit_port } - trove_conductor_config { 'oslo_messaging_rabbit/rabbit_hosts': value => "${::trove::rabbit_host}:${::trove::rabbit_port}" } - } - - if $::trove::rabbit_ha_queues == undef { - if size($::trove::rabbit_hosts) > 1 { - trove_conductor_config { 'oslo_messaging_rabbit/rabbit_ha_queues': value => true } - } else { - trove_conductor_config { 'oslo_messaging_rabbit/rabbit_ha_queues': value => false } - } - } else { - trove_conductor_config { 'oslo_messaging_rabbit/rabbit_ha_queues': value => $::trove::rabbit_ha_queues } - } - - trove_conductor_config { - 'oslo_messaging_rabbit/rabbit_userid': value => $::trove::rabbit_userid; - 'oslo_messaging_rabbit/rabbit_password': value => $::trove::rabbit_password, secret => true; - 'oslo_messaging_rabbit/rabbit_virtual_host': value => $::trove::rabbit_virtual_host; - 'oslo_messaging_rabbit/rabbit_use_ssl': value => $::trove::rabbit_use_ssl; - 'oslo_messaging_rabbit/kombu_reconnect_delay': value => $::trove::kombu_reconnect_delay; - # TODO(shaikapsar): remove this line once bug/1486319 merged to stable/liberty. - 'oslo_messaging_rabbit/amqp_durable_queues': value => $::trove::amqp_durable_queues; - } - - if $::trove::rabbit_use_ssl { - - if $::trove::kombu_ssl_ca_certs { - trove_conductor_config { 'oslo_messaging_rabbit/kombu_ssl_ca_certs': value => $::trove::kombu_ssl_ca_certs; } - } else { - trove_conductor_config { 'oslo_messaging_rabbit/kombu_ssl_ca_certs': ensure => absent; } - } - - if $::trove::kombu_ssl_certfile or $::trove::kombu_ssl_keyfile { - trove_conductor_config { - 'oslo_messaging_rabbit/kombu_ssl_certfile': value => $::trove::kombu_ssl_certfile; - 'oslo_messaging_rabbit/kombu_ssl_keyfile': value => $::trove::kombu_ssl_keyfile; - } - } else { - trove_conductor_config { - 'oslo_messaging_rabbit/kombu_ssl_certfile': ensure => absent; - 'oslo_messaging_rabbit/kombu_ssl_keyfile': ensure => absent; - } - } - - if $::trove::kombu_ssl_version { - trove_conductor_config { 'oslo_messaging_rabbit/kombu_ssl_version': value => $::trove::kombu_ssl_version; } - } else { - trove_conductor_config { 'oslo_messaging_rabbit/kombu_ssl_version': ensure => absent; } - } - - } else { - trove_conductor_config { - 'oslo_messaging_rabbit/kombu_ssl_ca_certs': ensure => absent; - 'oslo_messaging_rabbit/kombu_ssl_certfile': ensure => absent; - 'oslo_messaging_rabbit/kombu_ssl_keyfile': ensure => absent; - 'oslo_messaging_rabbit/kombu_ssl_version': ensure => absent; - } - } - } - - if $::trove::rpc_backend == 'trove.openstack.common.rpc.impl_qpid' or $::trove::rpc_backend == 'qpid'{ - - warning('Qpid driver is removed from Oslo.messaging in the Mitaka release') - - trove_conductor_config { - 'oslo_messaging_qpid/qpid_hostname': value => $::trove::qpid_hostname; - 'oslo_messaging_qpid/qpid_port': value => $::trove::qpid_port; - 'oslo_messaging_qpid/qpid_username': value => $::trove::qpid_username; - 'oslo_messaging_qpid/qpid_password': value => $::trove::qpid_password, secret => true; - 'oslo_messaging_qpid/qpid_heartbeat': value => $::trove::qpid_heartbeat; - 'oslo_messaging_qpid/qpid_protocol': value => $::trove::qpid_protocol; - 'oslo_messaging_qpid/qpid_tcp_nodelay': value => $::trove::qpid_tcp_nodelay; - } - if is_array($::trove::qpid_sasl_mechanisms) { - trove_conductor_config { - 'oslo_messaging_qpid/qpid_sasl_mechanisms': value => join($::trove::qpid_sasl_mechanisms, ' '); - } - } - } - - # Logging - if $log_file { - trove_conductor_config { - 'DEFAULT/log_file': value => $log_file; - } - } else { - trove_conductor_config { - 'DEFAULT/log_file': ensure => absent; - } - } - - if $log_dir { - trove_conductor_config { - 'DEFAULT/log_dir': value => $log_dir; - } - } else { - trove_conductor_config { - 'DEFAULT/log_dir': ensure => absent; - } - } - - # Syslog - if $use_syslog { - trove_conductor_config { - 'DEFAULT/use_syslog' : value => true; - 'DEFAULT/syslog_log_facility' : value => $log_facility; - } - } else { - trove_conductor_config { - 'DEFAULT/use_syslog': value => false; - } - } - - trove::generic_service { 'conductor': - enabled => $enabled, - manage_service => $manage_service, - package_name => $::trove::params::conductor_package_name, - service_name => $::trove::params::conductor_service_name, - ensure_package => $ensure_package, - } - -} diff --git a/deployment_scripts/puppet/modules/trove/manifests/config.pp b/deployment_scripts/puppet/modules/trove/manifests/config.pp deleted file mode 100644 index 93d6313..0000000 --- a/deployment_scripts/puppet/modules/trove/manifests/config.pp +++ /dev/null @@ -1,84 +0,0 @@ -# -# Copyright (C) 2015 UnitedStack -# -# Author: Xingchao Yu -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. -# -# == Class: trove::config -# -# This class is used to manage arbitrary trove configurations. -# -# === Parameters -# -# [*trove_config*] -# (optional) Allow configuration of arbitrary trove configurations. -# The value is an hash of trove_config resources. -# Defaults to {} -# -# [*trove_taskmanager_config*] -# (optional) Allow configuration of arbitrary trove taskmanager configurations. -# The value is an hash of trove_taskmanager_config resources. -# Defaults to {} -# -# [*trove_conductor_config*] -# (optional) Allow configuration of arbitrary trove conductor configurations. -# The value is an hash of trove_conductor_config resources. -# Defaults to {} -# -# [*trove_guestagent_config*] -# (optional) Allow configuration of arbitrary trove guestagent configurations. -# The value is an hash of trove_guestagent_config resources. -# Defaults to {} -# -# [*trove_api_paste_ini*] -# (optional) Allow configuration of arbitrary trove paste api configurations. -# The value is an hash of trove_paste_api_ini resources. -# Defaults to {} -# -# Example: -# { 'DEFAULT/foo' => { value => 'fooValue'}, -# 'DEFAULT/bar' => { value => 'barValue'} -# } -# -# In yaml format, Example: -# trove_config: -# DEFAULT/foo: -# value: fooValue -# DEFAULT/bar: -# value: barValue -# -# NOTE: The configuration MUST NOT be already handled by this module -# or Puppet catalog compilation will fail with duplicate resources. -# -class trove::config ( - $trove_config = {}, - $trove_taskmanager_config = {}, - $trove_conductor_config = {}, - $trove_guestagent_config = {}, - $trove_api_paste_ini = {}, -) { - - validate_hash($trove_config) - validate_hash($trove_taskmanager_config) - validate_hash($trove_conductor_config) - validate_hash($trove_guestagent_config) - validate_hash($trove_api_paste_ini) - - create_resources('trove_config', $trove_config) - create_resources('trove_taskmanager_config', $trove_taskmanager_config) - create_resources('trove_conductor_config', $trove_conductor_config) - create_resources('trove_guestagent_config', $trove_guestagent_config) - create_resources('trove_api_paste_ini', $trove_api_paste_ini) - -} diff --git a/deployment_scripts/puppet/modules/trove/manifests/db.pp b/deployment_scripts/puppet/modules/trove/manifests/db.pp deleted file mode 100644 index 9368ba7..0000000 --- a/deployment_scripts/puppet/modules/trove/manifests/db.pp +++ /dev/null @@ -1,103 +0,0 @@ -# == Class: trove::db -# -# Configure the Trove database -# -# === Parameters -# -# [*database_connection*] -# Url used to connect to database. -# (Optional) Defaults to 'sqlite:////var/lib/trove/trove.sqlite'. -# -# [*database_idle_timeout*] -# Timeout when db connections should be reaped. -# (Optional) Defaults to 3600. -# -# [*database_max_retries*] -# Maximum number of database connection retries during startup. -# Setting -1 implies an infinite retry count. -# (Optional) Defaults to 10. -# -# [*database_retry_interval*] -# Interval between retries of opening a database connection. -# (Optional) Defaults to 10. -# -# [*database_min_pool_size*] -# Minimum number of SQL connections to keep open in a pool. -# (Optional) Defaults to 1. -# -# [*database_max_pool_size*] -# Maximum number of SQL connections to keep open in a pool. -# (Optional) Defaults to 10. -# -# [*database_max_overflow*] -# If set, use this value for max_overflow with sqlalchemy. -# (Optional) Defaults to 20. -# -class trove::db ( - $database_connection = 'sqlite:////var/lib/trove/trove.sqlite', - $database_idle_timeout = 3600, - $database_min_pool_size = 1, - $database_max_pool_size = 10, - $database_max_retries = 10, - $database_retry_interval = 10, - $database_max_overflow = 20, -) { - - include ::trove::params - - # NOTE(spredzy): In order to keep backward compatibility we rely on the pick function - # to use trove:: if trove::db:: isn't specified. - $database_connection_real = pick($::trove::database_connection, $database_connection) - $database_idle_timeout_real = pick($::trove::database_idle_timeout, $database_idle_timeout) - $database_min_pool_size_real = pick($::trove::database_min_pool_size, $database_min_pool_size) - $database_max_pool_size_real = pick($::trove::database_max_pool_size, $database_max_pool_size) - $database_max_retries_real = pick($::trove::database_max_retries, $database_max_retries) - $database_retry_interval_real = pick($::trove::database_retry_interval, $database_retry_interval) - $database_max_overflow_real = pick($::trove::database_max_overflow, $database_max_overflow) - - validate_re($database_connection_real, - '^(sqlite|mysql(\+pymysql)?|postgresql):\/\/(\S+:\S+@\S+\/\S+)?') - - if $database_connection_real { - case $database_connection_real { - /^mysql(\+pymysql)?:\/\//: { - require 'mysql::bindings' - require 'mysql::bindings::python' - if $database_connection_real =~ /^mysql\+pymysql/ { - $backend_package = $::trove::params::pymysql_package_name - } else { - $backend_package = false - } - } - /^postgresql:\/\//: { - $backend_package = false - require 'postgresql::lib::python' - } - /^sqlite:\/\//: { - $backend_package = $::trove::params::sqlite_package_name - } - default: { - fail('Unsupported backend configured') - } - } - - if $backend_package and !defined(Package[$backend_package]) { - package {'trove-backend-package': - ensure => present, - name => $backend_package, - tag => 'openstack', - } - } - - trove_config { - 'database/connection': value => $database_connection_real, secret => true; - 'database/idle_timeout': value => $database_idle_timeout_real; - 'database/min_pool_size': value => $database_min_pool_size_real; - 'database/max_retries': value => $database_max_retries_real; - 'database/retry_interval': value => $database_retry_interval_real; - 'database/max_pool_size': value => $database_max_pool_size_real; - 'database/max_overflow': value => $database_max_overflow_real; - } - } - -} diff --git a/deployment_scripts/puppet/modules/trove/manifests/db/mysql.pp b/deployment_scripts/puppet/modules/trove/manifests/db/mysql.pp deleted file mode 100644 index 792eae7..0000000 --- a/deployment_scripts/puppet/modules/trove/manifests/db/mysql.pp +++ /dev/null @@ -1,83 +0,0 @@ -# -# Copyright (C) 2014 eNovance SAS -# -# Author: Emilien Macchi -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. -# -# == Class: trove::db::mysql -# -# The trove::db::mysql class creates a MySQL database for trove. -# It must be used on the MySQL server -# -# === Parameters -# -# [*password*] -# (required) Password that will be used for the trove db user. -# -# [*dbname*] -# (optional) Name of trove database. -# Defaults to trove -# -# [*user*] -# (optional) Name of trove user. -# Defaults to trove -# -# [*host*] -# (optional) Host where user should be allowed all privileges for database. -# Defaults to 127.0.0.1 -# -# [*allowed_hosts*] -# (optional) Hosts allowed to use the database -# Defaults to undef. -# -# [*charset*] -# (optional) Charset of trove database -# Defaults 'utf8'. -# -# [*collate*] -# (optional) Charset collate of trove database -# Defaults 'utf8_general_ci'. -# -# [*mysql_module*] -# (optional) Deprecated. Does nothing -# -class trove::db::mysql( - $password, - $dbname = 'trove', - $user = 'trove', - $host = '127.0.0.1', - $allowed_hosts = undef, - $charset = 'utf8', - $collate = 'utf8_general_ci', - $mysql_module = undef, -) { - - if $mysql_module { - warning('The mysql_module parameter is deprecated. The latest 2.x mysql module will be used.') - } - - validate_string($password) - - ::openstacklib::db::mysql { 'trove': - user => $user, - password_hash => mysql_password($password), - dbname => $dbname, - host => $host, - charset => $charset, - collate => $collate, - allowed_hosts => $allowed_hosts, - } - - ::Openstacklib::Db::Mysql['trove'] ~> Exec<| title == 'trove-manage db_sync' |> -} diff --git a/deployment_scripts/puppet/modules/trove/manifests/db/postgresql.pp b/deployment_scripts/puppet/modules/trove/manifests/db/postgresql.pp deleted file mode 100644 index f976319..0000000 --- a/deployment_scripts/puppet/modules/trove/manifests/db/postgresql.pp +++ /dev/null @@ -1,47 +0,0 @@ -# == Class: trove::db::postgresql -# -# Class that configures postgresql for trove -# Requires the Puppetlabs postgresql module. -# -# === Parameters -# -# [*password*] -# (Required) Password to connect to the database. -# -# [*dbname*] -# (Optional) Name of the database. -# Defaults to 'trove'. -# -# [*user*] -# (Optional) User to connect to the database. -# Defaults to 'trove'. -# -# [*encoding*] -# (Optional) The charset to use for the database. -# Default to undef. -# -# [*privileges*] -# (Optional) Privileges given to the database user. -# Default to 'ALL' -# -class trove::db::postgresql( - $password, - $dbname = 'trove', - $user = 'trove', - $encoding = undef, - $privileges = 'ALL', -) { - - Class['trove::db::postgresql'] -> Service<| title == 'trove' |> - - ::openstacklib::db::postgresql { 'trove': - password_hash => postgresql_password($user, $password), - dbname => $dbname, - user => $user, - encoding => $encoding, - privileges => $privileges, - } - - ::Openstacklib::Db::Postgresql['trove'] ~> Exec<| title == 'trove-manage db_sync' |> - -} diff --git a/deployment_scripts/puppet/modules/trove/manifests/db/sync.pp b/deployment_scripts/puppet/modules/trove/manifests/db/sync.pp deleted file mode 100644 index 9d3f947..0000000 --- a/deployment_scripts/puppet/modules/trove/manifests/db/sync.pp +++ /dev/null @@ -1,27 +0,0 @@ -# -# Copyright (C) 2014 eNovance SAS -# -# Author: Emilien Macchi -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. -# -# Class to execute "trove-manage db_sync -# -class trove::db::sync { - exec { 'trove-manage db_sync': - path => '/usr/bin', - user => 'trove', - refreshonly => true, - subscribe => Trove_config['database/connection'], - } -} diff --git a/deployment_scripts/puppet/modules/trove/manifests/generic_service.pp b/deployment_scripts/puppet/modules/trove/manifests/generic_service.pp deleted file mode 100644 index 2201eb8..0000000 --- a/deployment_scripts/puppet/modules/trove/manifests/generic_service.pp +++ /dev/null @@ -1,93 +0,0 @@ -# -# Copyright (C) 2014 eNovance SAS -# -# Author: Emilien Macchi -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. -# -# == Define: trove::generic_service -# -# This defined type implements basic trove services. -# It is introduced to attempt to consolidate -# common code. -# -# It also allows users to specify ad-hoc services -# as needed -# -# This define creates a service resource with title trove-${name} and -# conditionally creates a package resource with title trove-${name} -# -# === Parameters: -# -# [*package_name*] -# (mandatory) The package name (for the generic_service) -# -# [*service_name*] -# (mandatory) The service name (for the generic_service) -# -# [*enabled*] -# (optional) Define if the service must be enabled or not -# Defaults to false. -# -# [*manage_service*] -# (optional) Manage or not the service (if a service_name is provided). -# Defaults to true. -# -# [*ensure_package*] -# (optional) Control the ensure parameter for the package ressource. -# Defaults to 'present'. -# -define trove::generic_service( - $package_name, - $service_name, - $enabled = false, - $manage_service = true, - $ensure_package = 'present' -) { - - include ::trove::params - include ::trove::db::sync - - $trove_title = "trove-${name}" - Exec['post-trove_config'] ~> Service<| title == $trove_title |> - Exec<| title == 'trove-manage db_sync' |> ~> Service<| title == $trove_title |> - - if ($package_name) { - if !defined(Package[$package_name]) { - package { $trove_title: - ensure => $ensure_package, - name => $package_name, - notify => Service[$trove_title], - tag => ['openstack', 'trove-package'], - } - } - } - - if $service_name { - if $manage_service { - if $enabled { - $service_ensure = 'running' - } else { - $service_ensure = 'stopped' - } - } - - service { $trove_title: - ensure => $service_ensure, - name => $service_name, - enable => $enabled, - hasstatus => true, - tag => 'trove-service', - } - } -} diff --git a/deployment_scripts/puppet/modules/trove/manifests/guestagent.pp b/deployment_scripts/puppet/modules/trove/manifests/guestagent.pp deleted file mode 100644 index 32c25da..0000000 --- a/deployment_scripts/puppet/modules/trove/manifests/guestagent.pp +++ /dev/null @@ -1,282 +0,0 @@ -# == Class: trove::guestagent -# -# Manages trove guest agent package and service -# -# === Parameters: -# -# [*enabled*] -# (optional) Whether to enable the trove guest agent service -# Defaults to true -# -# [*manage_service*] -# (optional) Whether to start/stop the service -# Defaults to true -# -# [*ensure_package*] -# (optional) The state of the trove guest agent package -# Defaults to 'present' -# -# [*verbose*] -# (optional) Rather to log the trove guest agent service at verbose level. -# Default: false -# -# [*debug*] -# (optional) Rather to log the trove guest agent service at debug level. -# Default: false -# -# [*log_file*] -# (optional) The path of file used for logging -# If set to boolean false, it will not log to any file. -# Default: /var/log/trove/guestagent.log -# -# [*log_dir*] -# (optional) directory to which trove logs are sent. -# If set to boolean false, it will not log to any directory. -# Defaults to '/var/log/trove' -# -# [*use_syslog*] -# (optional) Use syslog for logging. -# Defaults to false. -# -# [*log_facility*] -# (optional) Syslog facility to receive log lines. -# Defaults to 'LOG_USER'. -# -# [*auth_url*] -# (optional) Authentication URL. -# Defaults to 'http://localhost:5000/v2.0'. -# -# [*swift_url*] -# (optional) Swift URL. -# Defaults to 'http://localhost:8080/v1/AUTH_'. -# -# [*control_exchange*] -# (optional) Control exchange. -# Defaults to 'trove'. -# -# TODO(shaikapsar): remove this once bug/1585783 merged to stable/liberty. -# [*rabbit_hosts*] -# (optional) List of clustered rabbit servers. -# Defaults to the value set in the trove class. -# The default can generally be left unless the -# guests need to talk to the rabbit cluster via -# different IPs. -# -# TODO(shaikapsar): remove this once bug/1585783 merged to stable/liberty. -# [*rabbit_host*] -# (optional) Location of rabbitmq installation. -# Defaults to the value set in the trove class. -# The default can generally be left unless the -# guests need to talk to the rabbit cluster via -# a different IP. -# -# TODO(shaikapsar): remove this once bug/1585783 merged to stable/liberty. -# [*rabbit_port*] -# (optional) Port for rabbitmq instance. -# Defaults to the value set in the trove class. -# The default can generally be left unless the -# guests need to talk to the rabbit cluster via -# a different port. -# -# TODO(shaikapsar): remove this once bug/1585783 merged to stable/liberty. -# [*rabbit_use_ssl*] -# (optional) Connect over SSL for RabbitMQ -# Defaults to the value set in the trove class. -# The default can generally be left unless the -# guests need to talk to the rabbit cluster via -# a different ssl connection option. -# -class trove::guestagent( - $enabled = true, - $manage_service = true, - $ensure_package = 'present', - $verbose = false, - $debug = false, - $log_file = '/var/log/trove/guestagent.log', - $log_dir = '/var/log/trove', - $use_syslog = false, - $log_facility = 'LOG_USER', - $auth_url = 'http://localhost:5000/v2.0', - $swift_url = 'http://localhost:8080/v1/AUTH_', - $control_exchange = 'trove', - # TODO(shaikapsar): remove the below 4lines once bug/1585783 merged to stable/liberty. - $rabbit_hosts = $::trove::rabbit_hosts, - $rabbit_host = $::trove::rabbit_host, - $rabbit_port = $::trove::rabbit_port, - $rabbit_use_ssl = $::trove::rabbit_use_ssl, -) inherits trove { - - include ::trove::params - - Trove_guestagent_config<||> ~> Exec['post-trove_config'] - Trove_guestagent_config<||> ~> Service['trove-guestagent'] - - # basic service config - trove_guestagent_config { - 'DEFAULT/verbose': value => $verbose; - 'DEFAULT/debug': value => $debug; - 'DEFAULT/control_exchange': value => $control_exchange; - 'DEFAULT/rpc_backend': value => $::trove::rpc_backend; - } - - # (shaikapsar): Option to fetch auth_url and swift_url from the keystone catalog. - - # auth_url - if $auth_url { - trove_guestagent_config { 'DEFAULT/trove_auth_url': value => $auth_url } - } - else { - trove_guestagent_config { 'DEFAULT/trove_auth_url': ensure => absent } - } - - # swift_url - if $swift_url { - trove_guestagent_config { 'DEFAULT/swift_url': value => $swift_url } - } - else { - trove_guestagent_config { 'DEFAULT/swift_url': ensure => absent } - } - - # region name - if $::trove::os_region_name { - trove_guestagent_config { 'DEFAULT/os_region_name': value => $::trove::os_region_name } - } - else { - trove_guestagent_config {'DEFAULT/os_region_name': ensure => absent } - } - - if $::trove::rpc_backend == 'trove.openstack.common.rpc.impl_kombu' or $::trove::rpc_backend == 'rabbit' { - if ! $::trove::rabbit_password { - fail('When rpc_backend is rabbitmq, you must set rabbit password') - } - - # TODO(shaikapsar): remove the below lines once bug/1585783 merged to stable/liberty. - if $rabbit_hosts { - trove_guestagent_config { 'oslo_messaging_rabbit/rabbit_hosts': value => $rabbit_hosts } - } else { - trove_guestagent_config { 'oslo_messaging_rabbit/rabbit_host': value => $rabbit_host } - trove_guestagent_config { 'oslo_messaging_rabbit/rabbit_port': value => $rabbit_port } - trove_guestagent_config { 'oslo_messaging_rabbit/rabbit_hosts': value => "${rabbit_host}:${rabbit_port}" } - } - - if $::trove::rabbit_ha_queues == undef { - # TODO(shaikapsar): remove the below lines once bug/1585783 merged to stable/liberty. - if size($rabbit_hosts) > 1 { - trove_guestagent_config { 'oslo_messaging_rabbit/rabbit_ha_queues': value => true } - } else { - trove_guestagent_config { 'oslo_messaging_rabbit/rabbit_ha_queues': value => false } - } - } else { - trove_guestagent_config { 'oslo_messaging_rabbit/rabbit_ha_queues': value => $::trove::rabbit_ha_queues } - } - - trove_guestagent_config { - 'oslo_messaging_rabbit/rabbit_userid': value => $::trove::rabbit_userid; - 'oslo_messaging_rabbit/rabbit_password': value => $::trove::rabbit_password, secret => true; - 'oslo_messaging_rabbit/rabbit_virtual_host': value => $::trove::rabbit_virtual_host; - # TODO(shaikapsar): remove the below lines once bug/1585783 merged to stable/liberty. - 'oslo_messaging_rabbit/rabbit_use_ssl': value => $rabbit_use_ssl; - 'oslo_messaging_rabbit/kombu_reconnect_delay': value => $::trove::kombu_reconnect_delay; - # TODO(shaikapsar): remove the below lines once bug/1486319 merged to stable/liberty. - 'oslo_messaging_rabbit/amqp_durable_queues': value => $::trove::amqp_durable_queues; - } - - # TODO(shaikapsar): remove the below lines once bug/1585783 merged to stable/liberty. - if $rabbit_use_ssl { - - if $::trove::kombu_ssl_ca_certs { - trove_guestagent_config { 'oslo_messaging_rabbit/kombu_ssl_ca_certs': value => $::trove::kombu_ssl_ca_certs; } - } else { - trove_guestagent_config { 'oslo_messaging_rabbit/kombu_ssl_ca_certs': ensure => absent; } - } - - if $::trove::kombu_ssl_certfile or $::trove::kombu_ssl_keyfile { - trove_guestagent_config { - 'oslo_messaging_rabbit/kombu_ssl_certfile': value => $::trove::kombu_ssl_certfile; - 'oslo_messaging_rabbit/kombu_ssl_keyfile': value => $::trove::kombu_ssl_keyfile; - } - } else { - trove_guestagent_config { - 'oslo_messaging_rabbit/kombu_ssl_certfile': ensure => absent; - 'oslo_messaging_rabbit/kombu_ssl_keyfile': ensure => absent; - } - } - - if $::trove::kombu_ssl_version { - trove_guestagent_config { 'oslo_messaging_rabbit/kombu_ssl_version': value => $::trove::kombu_ssl_version; } - } else { - trove_guestagent_config { 'oslo_messaging_rabbit/kombu_ssl_version': ensure => absent; } - } - - } else { - trove_guestagent_config { - 'oslo_messaging_rabbit/kombu_ssl_ca_certs': ensure => absent; - 'oslo_messaging_rabbit/kombu_ssl_certfile': ensure => absent; - 'oslo_messaging_rabbit/kombu_ssl_keyfile': ensure => absent; - 'oslo_messaging_rabbit/kombu_ssl_version': ensure => absent; - } - } - } - - if $::trove::rpc_backend == 'trove.openstack.common.rpc.impl_qpid' or $::trove::rpc_backend == 'qpid'{ - - warning('Qpid driver is removed from Oslo.messaging in the Mitaka release') - - trove_guestagent_config { - 'oslo_messaging_qpid/qpid_hostname': value => $::trove::qpid_hostname; - 'oslo_messaging_qpid/qpid_port': value => $::trove::qpid_port; - 'oslo_messaging_qpid/qpid_username': value => $::trove::qpid_username; - 'oslo_messaging_qpid/qpid_password': value => $::trove::qpid_password, secret => true; - 'oslo_messaging_qpid/qpid_heartbeat': value => $::trove::qpid_heartbeat; - 'oslo_messaging_qpid/qpid_protocol': value => $::trove::qpid_protocol; - 'oslo_messaging_qpid/qpid_tcp_nodelay': value => $::trove::qpid_tcp_nodelay; - } - if is_array($::trove::qpid_sasl_mechanisms) { - trove_guestagent_config { - 'oslo_messaging_qpid/qpid_sasl_mechanisms': value => join($::trove::qpid_sasl_mechanisms, ' '); - } - } - } - - # Logging - if $log_file { - trove_guestagent_config { - 'DEFAULT/log_file': value => $log_file; - } - } else { - trove_guestagent_config { - 'DEFAULT/log_file': ensure => absent; - } - } - - if $log_dir { - trove_guestagent_config { - 'DEFAULT/log_dir': value => $log_dir; - } - } else { - trove_guestagent_config { - 'DEFAULT/log_dir': ensure => absent; - } - } - - # Syslog - if $use_syslog { - trove_guestagent_config { - 'DEFAULT/use_syslog' : value => true; - 'DEFAULT/syslog_log_facility' : value => $log_facility; - } - } else { - trove_guestagent_config { - 'DEFAULT/use_syslog': value => false; - } - } - - trove::generic_service { 'guestagent': - enabled => $enabled, - manage_service => $manage_service, - package_name => $::trove::params::guestagent_package_name, - service_name => $::trove::params::guestagent_service_name, - ensure_package => $ensure_package, - } - -} diff --git a/deployment_scripts/puppet/modules/trove/manifests/init.pp b/deployment_scripts/puppet/modules/trove/manifests/init.pp deleted file mode 100644 index ebed9f8..0000000 --- a/deployment_scripts/puppet/modules/trove/manifests/init.pp +++ /dev/null @@ -1,321 +0,0 @@ -# -# Copyright (C) 2014 eNovance SAS -# -# Author: Emilien Macchi -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. - -# trove::init -# -# Trove base config -# -# == Parameters -# -# [*rabbit_host*] -# (optional) Location of rabbitmq installation. -# Note that, for security reasons, this rabbitmq host should not be the -# same that the core openstack services are using for communication. See -# http://lists.openstack.org/pipermail/openstack-dev/2015-April/061759.html -# Defaults to 'localhost' -# -# [*rabbit_hosts*] -# (optional) List of clustered rabbit servers. -# Note that, for security reasons, these rabbitmq hosts should not be the -# same that the core openstack services are using for communication. See -# http://lists.openstack.org/pipermail/openstack-dev/2015-April/061759.html -# Defaults to false -# -# [*rabbit_port*] -# (optional) Port for rabbitmq instance. -# Defaults to '5672' -# -# [*rabbit_password*] -# (optional) Password used to connect to rabbitmq. -# Defaults to 'guest' -# -# [*rabbit_userid*] -# (optional) User used to connect to rabbitmq. -# Defaults to 'guest' -# -# [*rabbit_virtual_host*] -# (optional) The RabbitMQ virtual host. -# Defaults to '/' -# -# [*rabbit_use_ssl*] -# (optional) Connect over SSL for RabbitMQ -# Defaults to false -# -# [*rabbit_notification_topic*] -# (optional) Notification topic. -# Defaults to false. -# -# [*kombu_ssl_ca_certs*] -# (optional) SSL certification authority file (valid only if SSL enabled). -# Defaults to undef -# -# [*kombu_ssl_certfile*] -# (optional) SSL cert file (valid only if SSL enabled). -# Defaults to undef -# -# [*kombu_ssl_keyfile*] -# (optional) SSL key file (valid only if SSL enabled). -# Defaults to undef -# -# [*kombu_ssl_version*] -# (optional) SSL version to use (valid only if SSL enabled). -# Valid values are TLSv1, SSLv23 and SSLv3. SSLv2 may be -# available on some distributions. -# Defaults to 'TLSv1' -# -# [*rabbit_ha_queues*] -# (optional) Use HA queues in RabbitMQ (x-ha-policy: all). -# Defaults to undef -# -# [*amqp_durable_queues*] -# (optional) Define queues as "durable" to rabbitmq. -# Defaults to false -# -# [*qpid_hostname*] -# (optional) Location of qpid server -# Defaults to 'localhost' -# -# [*qpid_port*] -# (optional) Port for qpid server -# Defaults to '5672' -# -# [*qpid_username*] -# (optional) Username to use when connecting to qpid -# Defaults to 'guest' -# -# [*qpid_password*] -# (optional) Password to use when connecting to qpid -# Defaults to 'guest' -# -# [*qpid_heartbeat*] -# (optional) Seconds between connection keepalive heartbeats -# Defaults to 60 -# -# [*qpid_protocol*] -# (optional) Transport to use, either 'tcp' or 'ssl'' -# Defaults to 'tcp' -# -# [*qpid_sasl_mechanisms*] -# (optional) Enable one or more SASL mechanisms -# Defaults to false -# -# [*qpid_tcp_nodelay*] -# (optional) Disable Nagle algorithm -# Defaults to true -# -# [*rpc_backend*] -# (optional) The rpc backend implementation to use, can be: -# rabbit (for rabbitmq) -# qpid (for qpid) -# Defaults to 'rabbit' -# -# [*mysql_module*] -# (optional) Deprecated. Does nothing. -# Defaults to undef. -# -# [*database_connection*] -# (optional) Connection url to connect to trove database. -# Defaults to undef. -# -# [*database_idle_timeout*] -# (optional) Timeout before idle db connections are reaped. -# Defaults to undef. -# -# [*database_max_retries*] -# (optional) Maximum number of database connection retries during startup. -# Setting -1 implies an infinite retry count. -# Defaults to undef. -# -# [*database_retry_interval*] -# (optional) Interval between retries of opening a database connection. -# Defaults to undef. -# -# [*database_min_pool_size*] -# (optional) Minimum number of SQL connections to keep open in a pool. -# Defaults to: undef. -# -# [*database_max_pool_size*] -# (optional) Maximum number of SQL connections to keep open in a pool. -# Defaults to: undef. -# -# [*database_max_overflow*] -# (optional) If set, use this value for max_overflow with sqlalchemy. -# Defaults to: undef. -# -# [*nova_compute_url*] -# (optional) URL without the tenant segment. -# Defaults to false. -# -# [*nova_proxy_admin_user*] -# (optional) Admin username used to connect to nova. -# Defaults to 'admin' -# -# [*nova_proxy_admin_pass*] -# (required) Admin password used to connect to nova. -# -# [*nova_proxy_admin_tenant_name*] -# (optional) Admin tenant name used to connect to nova. -# Defaults to 'admin' -# -# [*control_exchange*] -# (optional) Control exchange. -# Defaults to 'trove'. -# -# [*cinder_url*] -# (optional) URL without the tenant segment. -# Defaults to false. -# -# [*swift_url*] -# (optional) Swift URL ending in AUTH_. -# Defaults to false. -# -# [*neutron_url*] -# (optional) Cinder URL without the tenant segment. -# Defaults to false. -# -# [*os_region_name*] -# (optional) Sets the os_region_name flag. For environments with -# more than one endpoint per service. If you don't set this and -# you have multiple endpoints, you will get Ambiguous Endpoint -# exceptions in the trove API service. -# Defaults to undef. -# -# [*nova_compute_service_type*] -# (optional) Nova service type to use when searching catalog. -# Defaults to 'compute'. -# -# [*cinder_service_type*] -# (optional) Cinder service type to use when searching catalog. -# Defaults to 'volumev2'. -# -# [*swift_service_type*] -# (optional) Swift service type to use when searching catalog. -# Defaults to 'object-store'. -# -# [*heat_service_type*] -# (optional) Heat service type to use when searching catalog. -# Defaults to 'orchestration'. -# -# [*neutron_service_type*] -# (optional) Neutron service type to use when searching catalog. -# Defaults to 'network'. -# -# [*use_neutron*] -# (optional) Use Neutron -# Defaults to true -# -# [*package_ensure*] -# (optional) The state of the package. -# Defaults to 'present' -# -class trove( - $nova_proxy_admin_pass, - $rabbit_host = 'localhost', - $rabbit_hosts = undef, - $rabbit_password = 'guest', - $rabbit_port = '5672', - $rabbit_userid = 'guest', - $rabbit_virtual_host = '/', - $rabbit_use_ssl = false, - $rabbit_ha_queues = undef, - $rabbit_notification_topic = 'notifications', - $kombu_ssl_ca_certs = undef, - $kombu_ssl_certfile = undef, - $kombu_ssl_keyfile = undef, - $kombu_ssl_version = 'TLSv1', - $amqp_durable_queues = false, - $qpid_hostname = 'localhost', - $qpid_port = '5672', - $qpid_username = 'guest', - $qpid_password = 'guest', - $qpid_sasl_mechanisms = false, - $qpid_heartbeat = 60, - $qpid_protocol = 'tcp', - $qpid_tcp_nodelay = true, - $database_connection = undef, - $database_idle_timeout = undef, - $database_max_retries = undef, - $database_retry_interval = undef, - $database_min_pool_size = undef, - $database_max_pool_size = undef, - $database_max_overflow = undef, - $rpc_backend = 'rabbit', - $nova_compute_url = false, - $nova_proxy_admin_user = 'admin', - $nova_proxy_admin_tenant_name = 'admin', - $control_exchange = 'trove', - $cinder_url = false, - $swift_url = false, - $neutron_url = false, - $os_region_name = undef, - $nova_compute_service_type = 'compute', - $cinder_service_type = 'volumev2', - $swift_service_type = 'object-store', - $heat_service_type = 'orchestration', - $neutron_service_type = 'network', - $use_neutron = true, - $package_ensure = 'present', - # DEPRECATED PARAMETERS - $mysql_module = undef, -) { - include ::trove::params - - if $mysql_module { - warning('The mysql_module parameter is deprecated. The latest 2.x mysql module will be used.') - } - - exec { 'post-trove_config': - command => '/bin/echo "Trove config has changed"', - refreshonly => true, - } - - Trove_datastore<||> -> Trove_datastore_version<||> - - if $nova_compute_url { - trove_config { 'DEFAULT/nova_compute_url': value => $nova_compute_url } - } - else { - trove_config { 'DEFAULT/nova_compute_url': ensure => absent } - } - - if $cinder_url { - trove_config { 'DEFAULT/cinder_url': value => $cinder_url } - } - else { - trove_config { 'DEFAULT/cinder_url': ensure => absent } - } - - if $swift_url { - trove_config { 'DEFAULT/swift_url': value => $swift_url } - } - else { - trove_config { 'DEFAULT/swift_url': ensure => absent } - } - - if $neutron_url { - trove_config { 'DEFAULT/neutron_url': value => $neutron_url } - } - else { - trove_config { 'DEFAULT/neutron_url': ensure => absent } - } - - package { 'trove': - ensure => $package_ensure, - name => $::trove::params::common_package_name, - tag => ['openstack', 'trove-package'], - } -} diff --git a/deployment_scripts/puppet/modules/trove/manifests/keystone/auth.pp b/deployment_scripts/puppet/modules/trove/manifests/keystone/auth.pp deleted file mode 100644 index c18d842..0000000 --- a/deployment_scripts/puppet/modules/trove/manifests/keystone/auth.pp +++ /dev/null @@ -1,225 +0,0 @@ -# -# Copyright (C) 2014 eNovance SAS -# -# Author: Emilien Macchi -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. -# -# trove::keystone::auth -# -# Configures Trove user, service and endpoint in Keystone. -# -# === Parameters -# -# [*password*] -# (required) Password for Trove user. -# -# [*auth_name*] -# Username for Trove service. Defaults to 'trove'. -# -# [*email*] -# Email for Trove user. Defaults to 'trove@localhost'. -# -# [*tenant*] -# Tenant for Trove user. Defaults to 'services'. -# -# [*configure_endpoint*] -# Should Trove endpoint be configured? Defaults to 'true'. -# -# [*service_type*] -# Type of service. Defaults to 'database'. -# -# [*service_name*] -# (optional) Name of the service. -# Defaults to the value of auth_name. -# -# [*service_description*] -# (optional) Description for keystone service. -# Defaults to 'Trove Database Service'. -# -# [*region*] -# Region for endpoint. Defaults to 'RegionOne'. -# -# [*public_url*] -# (optional) The endpoint's public url. (Defaults to 'http://127.0.0.1:8779/v1.0/%(tenant_id)s') -# This url should *not* contain any trailing '/'. -# -# [*admin_url*] -# (optional) The endpoint's admin url. (Defaults to 'http://127.0.0.1:8779/v1.0/%(tenant_id)s') -# This url should *not* contain any trailing '/'. -# -# [*internal_url*] -# (optional) The endpoint's internal url. (Defaults to 'http://127.0.0.1:8779/v1.0/%(tenant_id)s') -# This url should *not* contain any trailing '/'. -# -# [*port*] -# (optional) DEPRECATED: Use public_url, internal_url and admin_url instead. -# Default port for endpoints. (Defaults to 9001) -# Setting this parameter overrides public_url, internal_url and admin_url parameters. -# -# [*public_port*] -# (optional) DEPRECATED: Use public_url instead. -# Default port for endpoints. (Defaults to $port) -# Setting this parameter overrides public_url parameter. -# -# [*public_protocol*] -# (optional) DEPRECATED: Use public_url instead. -# Protocol for public endpoint. (Defaults to 'http') -# Setting this parameter overrides public_url parameter. -# -# [*public_address*] -# (optional) DEPRECATED: Use public_url instead. -# Public address for endpoint. (Defaults to '127.0.0.1') -# Setting this parameter overrides public_url parameter. -# -# [*internal_protocol*] -# (optional) DEPRECATED: Use internal_url instead. -# Protocol for internal endpoint. (Defaults to 'http') -# Setting this parameter overrides internal_url parameter. -# -# [*internal_address*] -# (optional) DEPRECATED: Use internal_url instead. -# Internal address for endpoint. (Defaults to '127.0.0.1') -# Setting this parameter overrides internal_url parameter. -# -# [*admin_protocol*] -# (optional) DEPRECATED: Use admin_url instead. -# Protocol for admin endpoint. (Defaults to 'http') -# Setting this parameter overrides admin_url parameter. -# -# [*admin_address*] -# (optional) DEPRECATED: Use admin_url instead. -# Admin address for endpoint. (Defaults to '127.0.0.1') -# Setting this parameter overrides admin_url parameter. -# -# === Deprecation notes -# -# If any value is provided for public_protocol, public_address or port parameters, -# public_url will be completely ignored. The same applies for internal and admin parameters. -# -# === Examples -# -# class { 'trove::keystone::auth': -# public_url => 'https://10.0.0.10:8779/v1.0/%(tenant_id)s', -# internal_url => 'https://10.0.0.11:8779/v1.0/%(tenant_id)s', -# admin_url => 'https://10.0.0.11:8779/v1.0/%(tenant_id)s', -# } -# -class trove::keystone::auth ( - $password, - $auth_name = 'trove', - $email = 'trove@localhost', - $tenant = 'services', - $configure_endpoint = true, - $service_name = undef, - $service_type = 'database', - $service_description = 'Trove Database Service', - $region = 'RegionOne', - $public_url = 'http://127.0.0.1:8779/v1.0/%(tenant_id)s', - $admin_url = 'http://127.0.0.1:8779/v1.0/%(tenant_id)s', - $internal_url = 'http://127.0.0.1:8779/v1.0/%(tenant_id)s', - # DEPRECATED PARAMETERS - $port = undef, - $public_port = undef, - $public_protocol = undef, - $public_address = undef, - $internal_protocol = undef, - $internal_address = undef, - $admin_protocol = undef, - $admin_address = undef, -) { - - if $port { - warning('The port parameter is deprecated, use public_url, internal_url and admin_url instead.') - } - - if $public_port { - warning('The public_port parameter is deprecated, use public_url instead.') - } - - if $public_protocol { - warning('The public_protocol parameter is deprecated, use public_url instead.') - } - - if $internal_protocol { - warning('The internal_protocol parameter is deprecated, use internal_url instead.') - } - - if $admin_protocol { - warning('The admin_protocol parameter is deprecated, use admin_url instead.') - } - - if $public_address { - warning('The public_address parameter is deprecated, use public_url instead.') - } - - if $internal_address { - warning('The internal_address parameter is deprecated, use internal_url instead.') - } - - if $admin_address { - warning('The admin_address parameter is deprecated, use admin_url instead.') - } - - if ($public_protocol or $public_address or $port or $public_port) { - $public_url_real = sprintf('%s://%s:%s/v1.0/%%(tenant_id)s', - pick($public_protocol, 'http'), - pick($public_address, '127.0.0.1'), - pick($public_port, $port, '8779')) - } else { - $public_url_real = $public_url - } - - if ($admin_protocol or $admin_address or $port) { - $admin_url_real = sprintf('%s://%s:%s/v1.0/%%(tenant_id)s', - pick($admin_protocol, 'http'), - pick($admin_address, '127.0.0.1'), - pick($port, '8779')) - } else { - $admin_url_real = $admin_url - } - - if ($internal_protocol or $internal_address or $port) { - $internal_url_real = sprintf('%s://%s:%s/v1.0/%%(tenant_id)s', - pick($internal_protocol, 'http'), - pick($internal_address, '127.0.0.1'), - pick($port, '8779')) - } else { - $internal_url_real = $internal_url - } - - $real_service_name = pick($service_name, $auth_name) - - Keystone_user_role["${auth_name}@${tenant}"] ~> Service <| name == 'trove-server' |> - - Keystone_endpoint<| title == "${region}/${real_service_name}::${service_type}" |> - ~> Service <| name == 'trove-server' |> - - keystone::resource::service_identity { 'trove': - configure_user => true, - configure_user_role => true, - configure_endpoint => $configure_endpoint, - service_name => $real_service_name, - service_type => $service_type, - service_description => $service_description, - region => $region, - auth_name => $auth_name, - password => $password, - email => $email, - tenant => $tenant, - public_url => $public_url_real, - internal_url => $internal_url_real, - admin_url => $admin_url_real, - } - -} diff --git a/deployment_scripts/puppet/modules/trove/manifests/params.pp b/deployment_scripts/puppet/modules/trove/manifests/params.pp deleted file mode 100644 index 809f5d2..0000000 --- a/deployment_scripts/puppet/modules/trove/manifests/params.pp +++ /dev/null @@ -1,39 +0,0 @@ -# Parameters for puppet-trove -# -class trove::params { - - case $::osfamily { - 'RedHat': { - $client_package_name = 'python-troveclient' - $common_package_name = 'openstack-trove' - $conductor_package_name = 'openstack-trove-conductor' - $conductor_service_name = 'openstack-trove-conductor' - $api_package_name = 'openstack-trove-api' - $api_service_name = 'openstack-trove-api' - $guestagent_package_name = 'openstack-trove-guestagent' - $guestagent_service_name = 'openstack-trove-guestagent' - $taskmanager_package_name = 'openstack-trove-taskmanager' - $taskmanager_service_name = 'openstack-trove-taskmanager' - $sqlite_package_name = undef - $pymysql_package_name = undef - } - 'Debian': { - $client_package_name = 'python-troveclient' - $common_package_name = 'trove-common' - $conductor_package_name = 'trove-conductor' - $conductor_service_name = 'trove-conductor' - $api_package_name = 'trove-api' - $api_service_name = 'trove-api' - $guestagent_package_name = 'trove-guestagent' - $guestagent_service_name = 'trove-guestagent' - $taskmanager_package_name = 'trove-taskmanager' - $taskmanager_service_name = 'trove-taskmanager' - $sqlite_package_name = 'python-pysqlite2' - $pymysql_package_name = 'python-pymysql' - } - default: { - fail("Unsupported osfamily: ${::osfamily} operatingsystem") - } - - } # Case $::osfamily -} diff --git a/deployment_scripts/puppet/modules/trove/manifests/quota.pp b/deployment_scripts/puppet/modules/trove/manifests/quota.pp deleted file mode 100644 index 874ea58..0000000 --- a/deployment_scripts/puppet/modules/trove/manifests/quota.pp +++ /dev/null @@ -1,43 +0,0 @@ -# == Class: trove::quota -# -# Setup and configure trove quotas. -# -# === Parameters -# -# [*max_instances_per_user*] -# (optional) Default maximum number of instances per tenant. -# Defaults to 5. -# -# [*max_accepted_volume_size*] -# (optional) Default maximum volume size (in GB) for an instance. -# Defaults to 5. -# -# [*max_volumes_per_user*] -# (optional) Default maximum volume capacity (in GB) spanning across -# all Trove volumes per tenant. -# Defaults to 20. -# -# [*max_backups_per_user*] -# (optional) Default maximum number of backups created by a tenant. -# Defaults to 50. -# -# [*quota_driver*] -# (optional) Default driver to use for quota checks. -# Defaults to 'trove.quota.quota.DbQuotaDriver'. -# -class trove::quota ( - $max_instances_per_user = 5, - $max_accepted_volume_size = 5, - $max_volumes_per_user = 20, - $max_backups_per_user = 50, - $quota_driver = 'trove.quota.quota.DbQuotaDriver', -) { - - trove_config { - 'DEFAULT/max_instances_per_user': value => $max_instances_per_user; - 'DEFAULT/max_accepted_volume_size': value => $max_accepted_volume_size; - 'DEFAULT/max_volumes_per_user': value => $max_volumes_per_user; - 'DEFAULT/max_backups_per_user': value => $max_backups_per_user; - 'DEFAULT/quota_driver': value => $quota_driver; - } -} diff --git a/deployment_scripts/puppet/modules/trove/manifests/taskmanager.pp b/deployment_scripts/puppet/modules/trove/manifests/taskmanager.pp deleted file mode 100644 index 1dd84c6..0000000 --- a/deployment_scripts/puppet/modules/trove/manifests/taskmanager.pp +++ /dev/null @@ -1,340 +0,0 @@ -# -# Copyright (C) 2014 eNovance SAS -# -# Author: Emilien Macchi -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. -# -# == Class: trove::taskmanager -# -# Manages trove taskmanager package and service -# -# === Parameters: -# -# [*enabled*] -# (optional) Whether to enable the trove-taskmanager service -# Defaults to true -# -# [*manage_service*] -# (optional) Whether to start/stop the service -# Defaults to true -# -# [*ensure_package*] -# (optional) The state of the trove taskmanager package -# Defaults to 'present' -# -# [*verbose*] -# (optional) Rather to log the trove api service at verbose level. -# Default: false -# -# [*debug*] -# (optional) Rather to log the trove api service at debug level. -# Default: false -# -# [*log_file*] -# (optional) The path of file used for logging -# If set to boolean false, it will not log to any file. -# Default: /var/log/trove/trove-taskmanager.log -# -# [*log_dir*] -# (optional) directory to which trove logs are sent. -# If set to boolean false, it will not log to any directory. -# Defaults to '/var/log/trove' -# -# [*use_syslog*] -# (optional) Use syslog for logging. -# Defaults to false. -# -# [*log_facility*] -# (optional) Syslog facility to receive log lines. -# Defaults to 'LOG_USER'. -# -# [*auth_url*] -# (optional) Authentication URL. -# Defaults to 'http://localhost:5000/v2.0'. -# -# [*heat_url*] -# (optional) URL without the tenant segment. -# Defaults to false -# -# [*guestagent_config_file*] -# (optional) Trove guest agent configuration file. -# Defaults to '/etc/trove/trove-guestagent.conf'. -# -# [*use_guestagent_template*] -# (optional) Use template to provision trove guest agent configuration file. -# Defaults to true. -# -# [*default_neutron_networks*] -# (optional) The network that trove will attach by default. -# Defaults to undef. -# -# [*taskmanager_queue*] -# (optional) Message queue name the Taskmanager will listen to. -# Defaults to 'taskmanager'. -# -class trove::taskmanager( - $enabled = true, - $manage_service = true, - $debug = false, - $verbose = false, - $log_file = '/var/log/trove/trove-taskmanager.log', - $log_dir = '/var/log/trove', - $use_syslog = false, - $log_facility = 'LOG_USER', - $auth_url = 'http://localhost:5000/v2.0', - $heat_url = false, - $ensure_package = 'present', - $guestagent_config_file = '/etc/trove/trove-guestagent.conf', - $use_guestagent_template = true, - $default_neutron_networks = undef, - $taskmanager_queue = 'taskmanager', -) inherits trove { - - include ::trove::params - - Package[$::trove::params::taskmanager_package_name] -> Trove_taskmanager_config<||> - Trove_taskmanager_config<||> ~> Exec['post-trove_config'] - Trove_taskmanager_config<||> ~> Service['trove-taskmanager'] - - if $::trove::database_connection { - if($::trove::database_connection =~ /mysql:\/\/\S+:\S+@\S+\/\S+/) { - require 'mysql::bindings' - require 'mysql::bindings::python' - } elsif($::trove::database_connection =~ /postgresql:\/\/\S+:\S+@\S+\/\S+/) { - - } elsif($::trove::database_connection =~ /sqlite:\/\//) { - - } else { - fail("Invalid db connection ${::trove::database_connection}") - } - trove_taskmanager_config { - 'database/connection': value => $::trove::database_connection; - 'database/idle_timeout': value => $::trove::database_idle_timeoutl; - } - } - - # basic service config - trove_taskmanager_config { - 'DEFAULT/verbose': value => $verbose; - 'DEFAULT/debug': value => $debug; - 'DEFAULT/trove_auth_url': value => $auth_url; - 'DEFAULT/nova_proxy_admin_user': value => $::trove::nova_proxy_admin_user; - 'DEFAULT/nova_proxy_admin_pass': value => $::trove::nova_proxy_admin_pass; - 'DEFAULT/nova_proxy_admin_tenant_name': value => $::trove::nova_proxy_admin_tenant_name; - 'DEFAULT/rpc_backend': value => $::trove::rpc_backend; - } - - trove_config { - 'DEFAULT/taskmanager_queue': value => $taskmanager_queue; - } - - # region name - if $::trove::os_region_name { - trove_taskmanager_config { 'DEFAULT/os_region_name': value => $::trove::os_region_name } - } - else { - trove_taskmanager_config {'DEFAULT/os_region_name': ensure => absent } - } - - # services type - trove_taskmanager_config { - 'DEFAULT/nova_compute_service_type': value => $::trove::nova_compute_service_type; - 'DEFAULT/cinder_service_type': value => $::trove::cinder_service_type; - 'DEFAULT/neutron_service_type': value => $::trove::neutron_service_type; - 'DEFAULT/swift_service_type': value => $::trove::swift_service_type; - 'DEFAULT/heat_service_type': value => $::trove::heat_service_type; - } - - if $::trove::rpc_backend == 'trove.openstack.common.rpc.impl_kombu' or $::trove::rpc_backend == 'rabbit'{ - if ! $::trove::rabbit_password { - fail('When rpc_backend is rabbitmq, you must set rabbit password') - } - if $::trove::rabbit_hosts { - trove_taskmanager_config { 'oslo_messaging_rabbit/rabbit_hosts': value => $::trove::rabbit_hosts } - } else { - trove_taskmanager_config { 'oslo_messaging_rabbit/rabbit_host': value => $::trove::rabbit_host } - trove_taskmanager_config { 'oslo_messaging_rabbit/rabbit_port': value => $::trove::rabbit_port } - trove_taskmanager_config { 'oslo_messaging_rabbit/rabbit_hosts': value => "${::trove::rabbit_host}:${::trove::rabbit_port}" } - } - - if $::trove::rabbit_ha_queues == undef { - if size($::trove::rabbit_hosts) > 1 { - trove_taskmanager_config { 'oslo_messaging_rabbit/rabbit_ha_queues': value => true } - } else { - trove_taskmanager_config { 'oslo_messaging_rabbit/rabbit_ha_queues': value => false } - } - } else { - trove_taskmanager_config { 'oslo_messaging_rabbit/rabbit_ha_queues': value => $::trove::rabbit_ha_queues } - } - - trove_taskmanager_config { - 'oslo_messaging_rabbit/rabbit_userid': value => $::trove::rabbit_userid; - 'oslo_messaging_rabbit/rabbit_password': value => $::trove::rabbit_password, secret => true; - 'oslo_messaging_rabbit/rabbit_virtual_host': value => $::trove::rabbit_virtual_host; - 'oslo_messaging_rabbit/rabbit_use_ssl': value => $::trove::rabbit_use_ssl; - 'oslo_messaging_rabbit/kombu_reconnect_delay': value => $::trove::kombu_reconnect_delay; - # TODO(shaikapsar): remove the below lines once bug/1486319 merged to stable/liberty. - 'oslo_messaging_rabbit/amqp_durable_queues': value => $::trove::amqp_durable_queues; - } - - if $::trove::rabbit_use_ssl { - - if $::trove::kombu_ssl_ca_certs { - trove_taskmanager_config { 'oslo_messaging_rabbit/kombu_ssl_ca_certs': value => $::trove::kombu_ssl_ca_certs; } - } else { - trove_taskmanager_config { 'oslo_messaging_rabbit/kombu_ssl_ca_certs': ensure => absent; } - } - - if $::trove::kombu_ssl_certfile or $::trove::kombu_ssl_keyfile { - trove_taskmanager_config { - 'oslo_messaging_rabbit/kombu_ssl_certfile': value => $::trove::kombu_ssl_certfile; - 'oslo_messaging_rabbit/kombu_ssl_keyfile': value => $::trove::kombu_ssl_keyfile; - } - } else { - trove_taskmanager_config { - 'oslo_messaging_rabbit/kombu_ssl_certfile': ensure => absent; - 'oslo_messaging_rabbit/kombu_ssl_keyfile': ensure => absent; - } - } - - if $::trove::kombu_ssl_version { - trove_taskmanager_config { 'oslo_messaging_rabbit/kombu_ssl_version': value => $::trove::kombu_ssl_version; } - } else { - trove_taskmanager_config { 'oslo_messaging_rabbit/kombu_ssl_version': ensure => absent; } - } - - } else { - trove_taskmanager_config { - 'oslo_messaging_rabbit/kombu_ssl_ca_certs': ensure => absent; - 'oslo_messaging_rabbit/kombu_ssl_certfile': ensure => absent; - 'oslo_messaging_rabbit/kombu_ssl_keyfile': ensure => absent; - 'oslo_messaging_rabbit/kombu_ssl_version': ensure => absent; - } - } - } - - if $::trove::rpc_backend == 'trove.openstack.common.rpc.impl_qpid' or $::trove::rpc_backend == 'qpid'{ - - warning('Qpid driver is removed from Oslo.messaging in the Mitaka release') - - trove_taskmanager_config { - 'oslo_messaging_qpid/qpid_hostname': value => $::trove::qpid_hostname; - 'oslo_messaging_qpid/qpid_port': value => $::trove::qpid_port; - 'oslo_messaging_qpid/qpid_username': value => $::trove::qpid_username; - 'oslo_messaging_qpid/qpid_password': value => $::trove::qpid_password, secret => true; - 'oslo_messaging_qpid/qpid_heartbeat': value => $::trove::qpid_heartbeat; - 'oslo_messaging_qpid/qpid_protocol': value => $::trove::qpid_protocol; - 'oslo_messaging_qpid/qpid_tcp_nodelay': value => $::trove::qpid_tcp_nodelay; - } - if is_array($::trove::qpid_sasl_mechanisms) { - trove_taskmanager_config { - 'oslo_messaging_qpid/qpid_sasl_mechanisms': value => join($::trove::qpid_sasl_mechanisms, ' '); - } - } - } - - if $::trove::use_neutron { - trove_config { - 'DEFAULT/network_label_regex': value => '.*'; - 'DEFAULT/network_driver': value => 'trove.network.neutron.NeutronDriver'; - 'DEFAULT/default_neutron_networks': value => $default_neutron_networks; - } - - trove_taskmanager_config { - 'DEFAULT/network_label_regex': value => '.*'; - 'DEFAULT/network_driver': value => 'trove.network.neutron.NeutronDriver'; - 'DEFAULT/default_neutron_networks': value => $default_neutron_networks; - } - } else { - trove_config { - 'DEFAULT/network_label_regex': value => '^private$'; - 'DEFAULT/network_driver': value => 'trove.network.nova.NovaNetwork'; - 'DEFAULT/default_neutron_networks': ensure => absent; - } - - trove_taskmanager_config { - 'DEFAULT/network_label_regex': value => '^private$'; - 'DEFAULT/network_driver': value => 'trove.network.nova.NovaNetwork'; - 'DEFAULT/default_neutron_networks': ensure => absent; - } - } - - # Logging - if $log_file { - trove_taskmanager_config { - 'DEFAULT/log_file': value => $log_file; - } - } else { - trove_taskmanager_config { - 'DEFAULT/log_file': ensure => absent; - } - } - - if $log_dir { - trove_taskmanager_config { - 'DEFAULT/log_dir': value => $log_dir; - } - } else { - trove_taskmanager_config { - 'DEFAULT/log_dir': ensure => absent; - } - } - - # Syslog - if $use_syslog { - trove_taskmanager_config { - 'DEFAULT/use_syslog' : value => true; - 'DEFAULT/syslog_log_facility' : value => $log_facility; - } - } else { - trove_taskmanager_config { - 'DEFAULT/use_syslog': value => false; - } - } - - trove::generic_service { 'taskmanager': - enabled => $enabled, - manage_service => $manage_service, - package_name => $::trove::params::taskmanager_package_name, - service_name => $::trove::params::taskmanager_service_name, - ensure_package => $ensure_package, - } - - # (shaikapsar): Remove ::trove::guestagent declaraion from here. - if $guestagent_config_file { - if $use_guestagent_template { - file { $guestagent_config_file: - content => template('trove/trove-guestagent.conf.erb'), - require => Package[$::trove::params::taskmanager_package_name] - } - } - - trove_taskmanager_config { - 'DEFAULT/guest_config': value => $guestagent_config_file - } - } - - # TO-DO(mmagr): Disabling transformer workarounds bug #1402055. - # Remove this hack as soon as bug is fixed. - if $::osfamily == 'RedHat' { - trove_taskmanager_config { - 'DEFAULT/exists_notification_transformer': ensure => absent, - } - } - - trove_taskmanager_config { - 'DEFAULT/use_nova_server_config_drive': value => true, - } - -} diff --git a/deployment_scripts/puppet/modules/trove/metadata.json b/deployment_scripts/puppet/modules/trove/metadata.json deleted file mode 100644 index 06c5b0f..0000000 --- a/deployment_scripts/puppet/modules/trove/metadata.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "openstack-trove", - "version": "7.1.0", - "author": "eNovance and OpenStack Contributors", - "summary": "Puppet module for OpenStack Trove", - "license": "Apache-2.0", - "source": "git://github.com/openstack/puppet-trove.git", - "project_page": "https://launchpad.net/puppet-trove", - "issues_url": "https://bugs.launchpad.net/puppet-trove", - "requirements": [ - { "name": "pe","version_requirement": "3.x" }, - { "name": "puppet","version_requirement": "3.x" } - ], - "operatingsystem_support": [ - { - "operatingsystem": "Debian", - "operatingsystemrelease": ["7"] - }, - { - "operatingsystem": "Fedora", - "operatingsystemrelease": ["20"] - }, - { - "operatingsystem": "RedHat", - "operatingsystemrelease": ["6.5","7"] - }, - { - "operatingsystem": "Ubuntu", - "operatingsystemrelease": ["12.04","14.04"] - } - ], - "description": "Installs and configures OpenStack Trove (Database service).", - "dependencies": [ - { "name": "puppetlabs/inifile", "version_requirement": ">=1.0.0 <2.0.0" }, - { "name": "openstack/keystone", "version_requirement": ">=7.1.0 <8.0.0" }, - { "name": "puppetlabs/stdlib", "version_requirement": ">=4.0.0 <5.0.0" }, - { "name": "openstack/openstacklib", "version_requirement": ">=7.1.0 <8.0.0" } - ] -} diff --git a/deployment_scripts/puppet/modules/trove/other-requirements.txt b/deployment_scripts/puppet/modules/trove/other-requirements.txt deleted file mode 100644 index e69de29..0000000 diff --git a/deployment_scripts/puppet/modules/trove/spec/acceptance/basic_trove_spec.rb b/deployment_scripts/puppet/modules/trove/spec/acceptance/basic_trove_spec.rb deleted file mode 100644 index c51fcec..0000000 --- a/deployment_scripts/puppet/modules/trove/spec/acceptance/basic_trove_spec.rb +++ /dev/null @@ -1,73 +0,0 @@ -require 'spec_helper_acceptance' - -describe 'basic trove' do - - context 'default parameters' do - - it 'should work with no errors' do - pp= <<-EOS - include ::openstack_integration - include ::openstack_integration::repos - include ::openstack_integration::rabbitmq - include ::openstack_integration::mysql - include ::openstack_integration::keystone - - rabbitmq_user { 'trove': - admin => true, - password => 'an_even_bigger_secret', - provider => 'rabbitmqctl', - require => Class['rabbitmq'], - } - - rabbitmq_user_permissions { 'trove@/': - configure_permission => '.*', - write_permission => '.*', - read_permission => '.*', - provider => 'rabbitmqctl', - require => Class['rabbitmq'], - } - - # Trove resources - class { '::trove': - database_connection => 'mysql+pymysql://trove:a_big_secret@127.0.0.1/trove?charset=utf8', - rabbit_userid => 'trove', - rabbit_password => 'an_even_bigger_secret', - rabbit_host => '127.0.0.1', - nova_proxy_admin_pass => 'a_big_secret', - } - class { '::trove::db::mysql': - password => 'a_big_secret', - } - class { '::trove::keystone::auth': - password => 'a_big_secret', - } - class { '::trove::api': - keystone_password => 'a_big_secret', - auth_url => 'http://127.0.0.1:35357/', - debug => true, - verbose => true, - } - class { '::trove::client': } - class { '::trove::conductor': - debug => true, - verbose => true, - } - class { '::trove::taskmanager': - debug => true, - verbose => true, - } - class { '::trove::quota': } - EOS - - - # Run it twice and test for idempotency - apply_manifest(pp, :catch_failures => true) - apply_manifest(pp, :catch_changes => true) - end - - describe port(8779) do - it { is_expected.to be_listening.with('tcp') } - end - - end -end diff --git a/deployment_scripts/puppet/modules/trove/spec/acceptance/nodesets/centos-70-x64.yml b/deployment_scripts/puppet/modules/trove/spec/acceptance/nodesets/centos-70-x64.yml deleted file mode 100644 index 5f097e9..0000000 --- a/deployment_scripts/puppet/modules/trove/spec/acceptance/nodesets/centos-70-x64.yml +++ /dev/null @@ -1,11 +0,0 @@ -HOSTS: - centos-server-70-x64: - roles: - - master - platform: el-7-x86_64 - box: puppetlabs/centos-7.0-64-nocm - box_url: https://vagrantcloud.com/puppetlabs/centos-7.0-64-nocm - hypervisor: vagrant -CONFIG: - log_level: debug - type: foss diff --git a/deployment_scripts/puppet/modules/trove/spec/acceptance/nodesets/default.yml b/deployment_scripts/puppet/modules/trove/spec/acceptance/nodesets/default.yml deleted file mode 100644 index 486b6a3..0000000 --- a/deployment_scripts/puppet/modules/trove/spec/acceptance/nodesets/default.yml +++ /dev/null @@ -1,10 +0,0 @@ -HOSTS: - ubuntu-server-14.04-amd64: - roles: - - master - platform: ubuntu-14.04-amd64 - box: puppetlabs/ubuntu-14.04-64-nocm - box_url: https://vagrantcloud.com/puppetlabs/ubuntu-14.04-64-nocm - hypervisor: vagrant -CONFIG: - type: foss diff --git a/deployment_scripts/puppet/modules/trove/spec/acceptance/nodesets/nodepool-centos7.yml b/deployment_scripts/puppet/modules/trove/spec/acceptance/nodesets/nodepool-centos7.yml deleted file mode 100644 index c552874..0000000 --- a/deployment_scripts/puppet/modules/trove/spec/acceptance/nodesets/nodepool-centos7.yml +++ /dev/null @@ -1,10 +0,0 @@ -HOSTS: - centos-70-x64: - roles: - - master - platform: el-7-x86_64 - hypervisor: none - ip: 127.0.0.1 -CONFIG: - type: foss - set_env: false diff --git a/deployment_scripts/puppet/modules/trove/spec/acceptance/nodesets/nodepool-trusty.yml b/deployment_scripts/puppet/modules/trove/spec/acceptance/nodesets/nodepool-trusty.yml deleted file mode 100644 index 9fc624e..0000000 --- a/deployment_scripts/puppet/modules/trove/spec/acceptance/nodesets/nodepool-trusty.yml +++ /dev/null @@ -1,10 +0,0 @@ -HOSTS: - ubuntu-14.04-amd64: - roles: - - master - platform: ubuntu-14.04-amd64 - hypervisor: none - ip: 127.0.0.1 -CONFIG: - type: foss - set_env: false diff --git a/deployment_scripts/puppet/modules/trove/spec/acceptance/nodesets/ubuntu-server-1404-x64.yml b/deployment_scripts/puppet/modules/trove/spec/acceptance/nodesets/ubuntu-server-1404-x64.yml deleted file mode 100644 index 8001929..0000000 --- a/deployment_scripts/puppet/modules/trove/spec/acceptance/nodesets/ubuntu-server-1404-x64.yml +++ /dev/null @@ -1,11 +0,0 @@ -HOSTS: - ubuntu-server-14.04-amd64: - roles: - - master - platform: ubuntu-14.04-amd64 - box: puppetlabs/ubuntu-14.04-64-nocm - box_url: https://vagrantcloud.com/puppetlabs/ubuntu-14.04-64-nocm - hypervisor: vagrant -CONFIG: - log_level: debug - type: foss diff --git a/deployment_scripts/puppet/modules/trove/spec/classes/trove_api_spec.rb b/deployment_scripts/puppet/modules/trove/spec/classes/trove_api_spec.rb deleted file mode 100644 index c92a0b6..0000000 --- a/deployment_scripts/puppet/modules/trove/spec/classes/trove_api_spec.rb +++ /dev/null @@ -1,277 +0,0 @@ -# -# Copyright (C) 2014 eNovance SAS -# -# Author: Emilien Macchi -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. -# -# Unit tests for trove::api -# -require 'spec_helper' - -describe 'trove::api' do - - let :params do - { :keystone_password => 'passw0rd', - :auth_host => '10.0.0.10', - :auth_url => 'http://10.0.0.10:5000/v2.0', - :auth_port => '35357', - :auth_protocol => 'https', - :keystone_tenant => '_services_', - :keystone_user => 'trove', - } - end - - shared_examples 'trove-api' do - - context 'with default parameters' do - - let :pre_condition do - "class { 'trove': - nova_proxy_admin_pass => 'verysecrete', - os_region_name => 'RegionOne', - nova_compute_service_type => 'compute', - cinder_service_type => 'volume', - swift_service_type => 'object-store', - heat_service_type => 'orchestration', - neutron_service_type => 'network'}" - end - - it 'installs trove-api package and service' do - is_expected.to contain_service('trove-api').with( - :name => platform_params[:api_service_name], - :ensure => 'running', - :hasstatus => true, - :enable => true - ) - is_expected.to contain_package('trove-api').with( - :name => platform_params[:api_package_name], - :ensure => 'present', - :notify => 'Service[trove-api]' - ) - end - - it 'configures trove-api with default parameters' do - is_expected.to contain_trove_config('DEFAULT/verbose').with_value(false) - is_expected.to contain_trove_config('DEFAULT/debug').with_value(false) - is_expected.to contain_trove_config('DEFAULT/bind_host').with_value('0.0.0.0') - is_expected.to contain_trove_config('DEFAULT/bind_port').with_value('8779') - is_expected.to contain_trove_config('DEFAULT/backlog').with_value('4096') - is_expected.to contain_trove_config('DEFAULT/trove_api_workers').with_value('8') - is_expected.to contain_trove_config('DEFAULT/trove_auth_url').with_value('http://10.0.0.10:5000/v2.0') - is_expected.to contain_trove_config('DEFAULT/nova_proxy_admin_user').with_value('admin') - is_expected.to contain_trove_config('DEFAULT/nova_proxy_admin_pass').with_value('verysecrete') - is_expected.to contain_trove_config('DEFAULT/nova_proxy_admin_tenant_name').with_value('admin') - is_expected.to contain_trove_config('keystone_authtoken/auth_host').with_value('10.0.0.10') - is_expected.to contain_trove_config('keystone_authtoken/auth_port').with_value('35357') - is_expected.to contain_trove_config('keystone_authtoken/auth_protocol').with_value('https') - is_expected.to contain_trove_config('keystone_authtoken/admin_tenant_name').with_value('_services_') - is_expected.to contain_trove_config('keystone_authtoken/admin_user').with_value('trove') - is_expected.to contain_trove_config('keystone_authtoken/admin_password').with_value('passw0rd') - is_expected.to contain_trove_config('DEFAULT/os_region_name').with_value('RegionOne') - is_expected.to contain_trove_config('DEFAULT/nova_compute_service_type').with_value('compute') - is_expected.to contain_trove_config('DEFAULT/cinder_service_type').with_value('volume') - is_expected.to contain_trove_config('DEFAULT/swift_service_type').with_value('object-store') - is_expected.to contain_trove_config('DEFAULT/heat_service_type').with_value('orchestration') - is_expected.to contain_trove_config('DEFAULT/neutron_service_type').with_value('network') - is_expected.to contain_trove_config('DEFAULT/http_get_rate').with_value('200') - is_expected.to contain_trove_config('DEFAULT/http_post_rate').with_value('200') - is_expected.to contain_trove_config('DEFAULT/http_put_rate').with_value('200') - is_expected.to contain_trove_config('DEFAULT/http_delete_rate').with_value('200') - is_expected.to contain_trove_config('DEFAULT/http_mgmt_post_rate').with_value('200') - end - - - context 'with overridden rate limit parameters' do - before :each do - params.merge!( - :http_get_rate => '1000', - :http_post_rate => '1000', - :http_put_rate => '1000', - :http_delete_rate => '1000', - :http_mgmt_post_rate => '2000', - ) - end - - it 'contains overrided rate limit values' do - is_expected.to contain_trove_config('DEFAULT/http_get_rate').with_value('1000') - is_expected.to contain_trove_config('DEFAULT/http_post_rate').with_value('1000') - is_expected.to contain_trove_config('DEFAULT/http_put_rate').with_value('1000') - is_expected.to contain_trove_config('DEFAULT/http_delete_rate').with_value('1000') - is_expected.to contain_trove_config('DEFAULT/http_mgmt_post_rate').with_value('2000') - end - end - - context 'when using a single RabbitMQ server' do - let :pre_condition do - "class { 'trove': - nova_proxy_admin_pass => 'verysecrete', - rabbit_host => '10.0.0.1'}" - end - it 'configures trove-api with RabbitMQ' do - is_expected.to contain_trove_config('oslo_messaging_rabbit/rabbit_host').with_value('10.0.0.1') - is_expected.to contain_trove_config('oslo_messaging_rabbit/rabbit_ha_queues').with_value('false') - is_expected.to contain_trove_config('oslo_messaging_rabbit/amqp_durable_queues').with_value('false') - end - end - - context 'when using a single RabbitMQ server with enable ha options' do - let :pre_condition do - "class { 'trove': - nova_proxy_admin_pass => 'verysecrete', - rabbit_ha_queues => 'true', - amqp_durable_queues => 'true', - rabbit_host => '10.0.0.1'}" - end - it 'configures trove-api with RabbitMQ' do - is_expected.to contain_trove_config('oslo_messaging_rabbit/rabbit_host').with_value('10.0.0.1') - is_expected.to contain_trove_config('oslo_messaging_rabbit/rabbit_ha_queues').with_value('true') - is_expected.to contain_trove_config('oslo_messaging_rabbit/amqp_durable_queues').with_value('true') - end - end - - context 'when using multiple RabbitMQ servers' do - let :pre_condition do - "class { 'trove': - nova_proxy_admin_pass => 'verysecrete', - rabbit_hosts => ['10.0.0.1','10.0.0.2']}" - end - it 'configures trove-api with RabbitMQ' do - is_expected.to contain_trove_config('oslo_messaging_rabbit/rabbit_hosts').with_value(['10.0.0.1,10.0.0.2']) - is_expected.to contain_trove_config('oslo_messaging_rabbit/rabbit_ha_queues').with_value('true') - end - end - - context 'when using qpid' do - let :pre_condition do - "class { 'trove': - nova_proxy_admin_pass => 'verysecrete', - rpc_backend => 'qpid', - qpid_hostname => '10.0.0.1', - qpid_username => 'guest', - qpid_password => 'password'}" - end - it 'configures trove-api with qpid' do - is_expected.to contain_trove_config('DEFAULT/rpc_backend').with_value('qpid') - is_expected.to contain_trove_config('oslo_messaging_qpid/qpid_hostname').with_value('10.0.0.1') - is_expected.to contain_trove_config('oslo_messaging_qpid/qpid_username').with_value('guest') - is_expected.to contain_trove_config('oslo_messaging_qpid/qpid_password').with_value('password') - is_expected.to contain_trove_config('oslo_messaging_qpid/qpid_protocol').with_value('tcp') - end - end - - context 'when using qpid with SSL enabled' do - let :pre_condition do - "class { 'trove': - nova_proxy_admin_pass => 'verysecrete', - rpc_backend => 'qpid', - qpid_hostname => '10.0.0.1', - qpid_username => 'guest', - qpid_password => 'password', - qpid_protocol => 'ssl'}" - end - it 'configures trove-api with qpid' do - is_expected.to contain_trove_config('DEFAULT/rpc_backend').with_value('qpid') - is_expected.to contain_trove_config('oslo_messaging_qpid/qpid_hostname').with_value('10.0.0.1') - is_expected.to contain_trove_config('oslo_messaging_qpid/qpid_username').with_value('guest') - is_expected.to contain_trove_config('oslo_messaging_qpid/qpid_password').with_value('password') - is_expected.to contain_trove_config('oslo_messaging_qpid/qpid_protocol').with_value('ssl') - end - end - - end - - context 'with SSL enabled with kombu' do - let :pre_condition do - "class { 'trove': - nova_proxy_admin_pass => 'verysecrete', - rabbit_use_ssl => true, - kombu_ssl_ca_certs => '/path/to/ssl/ca/certs', - kombu_ssl_certfile => '/path/to/ssl/cert/file', - kombu_ssl_keyfile => '/path/to/ssl/keyfile', - kombu_ssl_version => 'TLSv1'}" - end - - it do - is_expected.to contain_trove_config('oslo_messaging_rabbit/rabbit_use_ssl').with_value('true') - is_expected.to contain_trove_config('oslo_messaging_rabbit/kombu_ssl_ca_certs').with_value('/path/to/ssl/ca/certs') - is_expected.to contain_trove_config('oslo_messaging_rabbit/kombu_ssl_certfile').with_value('/path/to/ssl/cert/file') - is_expected.to contain_trove_config('oslo_messaging_rabbit/kombu_ssl_keyfile').with_value('/path/to/ssl/keyfile') - is_expected.to contain_trove_config('oslo_messaging_rabbit/kombu_ssl_version').with_value('TLSv1') - end - end - - context 'with SSL enabled without kombu' do - let :pre_condition do - "class { 'trove': - nova_proxy_admin_pass => 'verysecrete', - rabbit_use_ssl => true}" - end - - it do - is_expected.to contain_trove_config('oslo_messaging_rabbit/rabbit_use_ssl').with_value('true') - is_expected.to contain_trove_config('oslo_messaging_rabbit/kombu_ssl_ca_certs').with_ensure('absent') - is_expected.to contain_trove_config('oslo_messaging_rabbit/kombu_ssl_certfile').with_ensure('absent') - is_expected.to contain_trove_config('oslo_messaging_rabbit/kombu_ssl_keyfile').with_ensure('absent') - is_expected.to contain_trove_config('oslo_messaging_rabbit/kombu_ssl_version').with_value('TLSv1') - end - end - - context 'with SSL disabled' do - let :pre_condition do - "class { 'trove': - nova_proxy_admin_pass => 'verysecrete', - rabbit_use_ssl => false, - kombu_ssl_version => 'TLSv1'}" - end - - it do - is_expected.to contain_trove_config('oslo_messaging_rabbit/rabbit_use_ssl').with_value('false') - is_expected.to contain_trove_config('oslo_messaging_rabbit/kombu_ssl_ca_certs').with_ensure('absent') - is_expected.to contain_trove_config('oslo_messaging_rabbit/kombu_ssl_certfile').with_ensure('absent') - is_expected.to contain_trove_config('oslo_messaging_rabbit/kombu_ssl_keyfile').with_ensure('absent') - is_expected.to contain_trove_config('oslo_messaging_rabbit/kombu_ssl_version').with_ensure('absent') - end - end - - end - - context 'on Debian platforms' do - let :facts do - { :osfamily => 'Debian', - :processorcount => 8 } - end - - let :platform_params do - { :api_package_name => 'trove-api', - :api_service_name => 'trove-api' } - end - - it_configures 'trove-api' - end - - context 'on RedHat platforms' do - let :facts do - { :osfamily => 'RedHat', - :processorcount => 8 } - end - - let :platform_params do - { :api_package_name => 'openstack-trove-api', - :api_service_name => 'openstack-trove-api' } - end - - it_configures 'trove-api' - end - -end diff --git a/deployment_scripts/puppet/modules/trove/spec/classes/trove_client_spec.rb b/deployment_scripts/puppet/modules/trove/spec/classes/trove_client_spec.rb deleted file mode 100644 index eb4f049..0000000 --- a/deployment_scripts/puppet/modules/trove/spec/classes/trove_client_spec.rb +++ /dev/null @@ -1,55 +0,0 @@ -# -# Copyright (C) 2014 eNovance SAS -# -# Author: Emilien Macchi -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. -# -# Unit tests for trove::client -# - -require 'spec_helper' - -describe 'trove::client' do - - shared_examples_for 'trove client' do - - context 'with default parameters' do - it { is_expected.to contain_package('python-troveclient').with_ensure('present') } - end - - context 'with package_ensure parameter provided' do - let :params do - { :package_ensure => false } - end - it { is_expected.to contain_package('python-troveclient').with_ensure('false') } - end - - end - - context 'on Debian platforms' do - let :facts do - { :osfamily => 'Debian' } - end - - it_configures 'trove client' - end - - context 'on RedHat platforms' do - let :facts do - { :osfamily => 'RedHat' } - end - - it_configures 'trove client' - end -end diff --git a/deployment_scripts/puppet/modules/trove/spec/classes/trove_conductor_spec.rb b/deployment_scripts/puppet/modules/trove/spec/classes/trove_conductor_spec.rb deleted file mode 100644 index a945949..0000000 --- a/deployment_scripts/puppet/modules/trove/spec/classes/trove_conductor_spec.rb +++ /dev/null @@ -1,208 +0,0 @@ -require 'spec_helper' - -describe 'trove::conductor' do - - shared_examples 'trove-conductor' do - - context 'with default parameters' do - - let :pre_condition do - "class { 'trove': - nova_proxy_admin_pass => 'verysecrete'}" - end - - it 'installs trove-conductor package and service' do - is_expected.to contain_service('trove-conductor').with( - :name => platform_params[:conductor_service_name], - :ensure => 'running', - :hasstatus => true, - :enable => true - ) - is_expected.to contain_package('trove-conductor').with( - :name => platform_params[:conductor_package_name], - :ensure => 'present', - :notify => 'Service[trove-conductor]' - ) - end - - it 'configures trove-conductor with default parameters' do - is_expected.to contain_trove_conductor_config('DEFAULT/verbose').with_value(false) - is_expected.to contain_trove_conductor_config('DEFAULT/debug').with_value(false) - is_expected.to contain_trove_conductor_config('DEFAULT/nova_proxy_admin_user').with_value('admin') - is_expected.to contain_trove_conductor_config('DEFAULT/nova_proxy_admin_pass').with_value('verysecrete') - is_expected.to contain_trove_conductor_config('DEFAULT/nova_proxy_admin_tenant_name').with_value('admin') - end - - context 'when using a single RabbitMQ server' do - let :pre_condition do - "class { 'trove': - nova_proxy_admin_pass => 'verysecrete', - rabbit_host => '10.0.0.1'}" - end - it 'configures trove-conductor with RabbitMQ' do - is_expected.to contain_trove_conductor_config('oslo_messaging_rabbit/rabbit_host').with_value('10.0.0.1') - is_expected.to contain_trove_conductor_config('oslo_messaging_rabbit/rabbit_ha_queues').with_value('false') - is_expected.to contain_trove_conductor_config('oslo_messaging_rabbit/amqp_durable_queues').with_value('false') - end - end - - context 'when using a single RabbitMQ server with enable ha options' do - let :pre_condition do - "class { 'trove': - nova_proxy_admin_pass => 'verysecrete', - rabbit_ha_queues => 'true', - amqp_durable_queues => 'true', - rabbit_host => '10.0.0.1'}" - end - it 'configures trove-api with RabbitMQ' do - is_expected.to contain_trove_conductor_config('oslo_messaging_rabbit/rabbit_host').with_value('10.0.0.1') - is_expected.to contain_trove_conductor_config('oslo_messaging_rabbit/rabbit_ha_queues').with_value('true') - is_expected.to contain_trove_conductor_config('oslo_messaging_rabbit/amqp_durable_queues').with_value('true') - end - end - - context 'when using multiple RabbitMQ servers' do - let :pre_condition do - "class { 'trove': - nova_proxy_admin_pass => 'verysecrete', - rabbit_hosts => ['10.0.0.1','10.0.0.2']}" - end - it 'configures trove-conductor with RabbitMQ' do - is_expected.to contain_trove_conductor_config('oslo_messaging_rabbit/rabbit_hosts').with_value(['10.0.0.1,10.0.0.2']) - is_expected.to contain_trove_conductor_config('oslo_messaging_rabbit/rabbit_ha_queues').with_value('true') - end - end - - context 'when using qpid' do - let :pre_condition do - "class { 'trove': - nova_proxy_admin_pass => 'verysecrete', - rpc_backend => 'qpid', - qpid_hostname => '10.0.0.1', - qpid_username => 'guest', - qpid_password => 'password'}" - end - it 'configures trove-conductor with qpid' do - is_expected.to contain_trove_conductor_config('DEFAULT/rpc_backend').with_value('qpid') - is_expected.to contain_trove_conductor_config('oslo_messaging_qpid/qpid_hostname').with_value('10.0.0.1') - is_expected.to contain_trove_conductor_config('oslo_messaging_qpid/qpid_username').with_value('guest') - is_expected.to contain_trove_conductor_config('oslo_messaging_qpid/qpid_password').with_value('password') - is_expected.to contain_trove_conductor_config('oslo_messaging_qpid/qpid_protocol').with_value('tcp') - end - end - - context 'when using qpid with SSL enabled' do - let :pre_condition do - "class { 'trove': - nova_proxy_admin_pass => 'verysecrete', - rpc_backend => 'qpid', - qpid_hostname => '10.0.0.1', - qpid_username => 'guest', - qpid_password => 'password', - qpid_protocol => 'ssl'}" - end - it 'configures trove-conductor with qpid' do - is_expected.to contain_trove_conductor_config('DEFAULT/rpc_backend').with_value('qpid') - is_expected.to contain_trove_conductor_config('oslo_messaging_qpid/qpid_hostname').with_value('10.0.0.1') - is_expected.to contain_trove_conductor_config('oslo_messaging_qpid/qpid_username').with_value('guest') - is_expected.to contain_trove_conductor_config('oslo_messaging_qpid/qpid_password').with_value('password') - is_expected.to contain_trove_conductor_config('oslo_messaging_qpid/qpid_protocol').with_value('ssl') - end - end - - context 'when using MySQL' do - let :pre_condition do - "class { 'trove': - nova_proxy_admin_pass => 'verysecrete', - database_connection => 'mysql://trove:pass@10.0.0.1/trove'}" - end - it 'configures trove-conductor with RabbitMQ' do - is_expected.to contain_trove_conductor_config('database/connection').with_value('mysql://trove:pass@10.0.0.1/trove') - end - end - end - - context 'with SSL enabled with kombu' do - let :pre_condition do - "class { 'trove': - nova_proxy_admin_pass => 'verysecrete', - rabbit_use_ssl => true, - kombu_ssl_ca_certs => '/path/to/ssl/ca/certs', - kombu_ssl_certfile => '/path/to/ssl/cert/file', - kombu_ssl_keyfile => '/path/to/ssl/keyfile', - kombu_ssl_version => 'TLSv1'}" - end - - it do - is_expected.to contain_trove_conductor_config('oslo_messaging_rabbit/rabbit_use_ssl').with_value('true') - is_expected.to contain_trove_conductor_config('oslo_messaging_rabbit/kombu_ssl_ca_certs').with_value('/path/to/ssl/ca/certs') - is_expected.to contain_trove_conductor_config('oslo_messaging_rabbit/kombu_ssl_certfile').with_value('/path/to/ssl/cert/file') - is_expected.to contain_trove_conductor_config('oslo_messaging_rabbit/kombu_ssl_keyfile').with_value('/path/to/ssl/keyfile') - is_expected.to contain_trove_conductor_config('oslo_messaging_rabbit/kombu_ssl_version').with_value('TLSv1') - end - end - - context 'with SSL enabled without kombu' do - let :pre_condition do - "class { 'trove': - nova_proxy_admin_pass => 'verysecrete', - rabbit_use_ssl => true}" - end - - it do - is_expected.to contain_trove_conductor_config('oslo_messaging_rabbit/rabbit_use_ssl').with_value('true') - is_expected.to contain_trove_conductor_config('oslo_messaging_rabbit/kombu_ssl_ca_certs').with_ensure('absent') - is_expected.to contain_trove_conductor_config('oslo_messaging_rabbit/kombu_ssl_certfile').with_ensure('absent') - is_expected.to contain_trove_conductor_config('oslo_messaging_rabbit/kombu_ssl_keyfile').with_ensure('absent') - is_expected.to contain_trove_conductor_config('oslo_messaging_rabbit/kombu_ssl_version').with_value('TLSv1') - end - end - - context 'with SSL disabled' do - let :pre_condition do - "class { 'trove': - nova_proxy_admin_pass => 'verysecrete', - rabbit_use_ssl => false, - kombu_ssl_version => 'TLSv1'}" - end - - it do - is_expected.to contain_trove_conductor_config('oslo_messaging_rabbit/rabbit_use_ssl').with_value('false') - is_expected.to contain_trove_conductor_config('oslo_messaging_rabbit/kombu_ssl_ca_certs').with_ensure('absent') - is_expected.to contain_trove_conductor_config('oslo_messaging_rabbit/kombu_ssl_certfile').with_ensure('absent') - is_expected.to contain_trove_conductor_config('oslo_messaging_rabbit/kombu_ssl_keyfile').with_ensure('absent') - is_expected.to contain_trove_conductor_config('oslo_messaging_rabbit/kombu_ssl_version').with_ensure('absent') - end - end - - end - - context 'on Debian platforms' do - let :facts do - { :osfamily => 'Debian', - :processorcount => 8 } - end - - let :platform_params do - { :conductor_package_name => 'trove-conductor', - :conductor_service_name => 'trove-conductor' } - end - - it_configures 'trove-conductor' - end - - context 'on RedHat platforms' do - let :facts do - { :osfamily => 'RedHat', - :processorcount => 8 } - end - - let :platform_params do - { :conductor_package_name => 'openstack-trove-conductor', - :conductor_service_name => 'openstack-trove-conductor' } - end - - it_configures 'trove-conductor' - end - -end diff --git a/deployment_scripts/puppet/modules/trove/spec/classes/trove_config_spec.rb b/deployment_scripts/puppet/modules/trove/spec/classes/trove_config_spec.rb deleted file mode 100644 index 233945b..0000000 --- a/deployment_scripts/puppet/modules/trove/spec/classes/trove_config_spec.rb +++ /dev/null @@ -1,63 +0,0 @@ -require 'spec_helper' - -describe 'trove::config' do - - let :params do - { :trove_config => { - 'DEFAULT/foo' => { 'value' => 'fooValue' }, - 'DEFAULT/bar' => { 'value' => 'barValue' }, - 'DEFAULT/baz' => { 'ensure' => 'absent' } - }, - :trove_taskmanager_config => { - 'DEFAULT/foo2' => { 'value' => 'fooValue' }, - 'DEFAULT/bar2' => { 'value' => 'barValue' }, - 'DEFAULT/baz2' => { 'ensure' => 'absent' } - }, - :trove_conductor_config => { - 'DEFAULT/foo2' => { 'value' => 'fooValue' }, - 'DEFAULT/bar2' => { 'value' => 'barValue' }, - 'DEFAULT/baz2' => { 'ensure' => 'absent' } - }, - :trove_guestagent_config => { - 'DEFAULT/foo2' => { 'value' => 'fooValue' }, - 'DEFAULT/bar2' => { 'value' => 'barValue' }, - 'DEFAULT/baz2' => { 'ensure' => 'absent' } - }, - :trove_api_paste_ini => { - 'DEFAULT/foo2' => { 'value' => 'fooValue' }, - 'DEFAULT/bar2' => { 'value' => 'barValue' }, - 'DEFAULT/baz2' => { 'ensure' => 'absent' } - } - } - end - - it 'configures arbitrary trove configurations' do - is_expected.to contain_trove_config('DEFAULT/foo').with_value('fooValue') - is_expected.to contain_trove_config('DEFAULT/bar').with_value('barValue') - is_expected.to contain_trove_config('DEFAULT/baz').with_ensure('absent') - end - - it 'configures arbitrary trove taskmanager configurations' do - is_expected.to contain_trove_taskmanager_config('DEFAULT/foo2').with_value('fooValue') - is_expected.to contain_trove_taskmanager_config('DEFAULT/bar2').with_value('barValue') - is_expected.to contain_trove_taskmanager_config('DEFAULT/baz2').with_ensure('absent') - end - - it 'configures arbitrary trove conductor configurations' do - is_expected.to contain_trove_conductor_config('DEFAULT/foo2').with_value('fooValue') - is_expected.to contain_trove_conductor_config('DEFAULT/bar2').with_value('barValue') - is_expected.to contain_trove_conductor_config('DEFAULT/baz2').with_ensure('absent') - end - - it 'configures arbitrary trove guestagent configurations' do - is_expected.to contain_trove_guestagent_config('DEFAULT/foo2').with_value('fooValue') - is_expected.to contain_trove_guestagent_config('DEFAULT/bar2').with_value('barValue') - is_expected.to contain_trove_guestagent_config('DEFAULT/baz2').with_ensure('absent') - end - - it 'configures arbitrary trove api-paste configurations' do - is_expected.to contain_trove_api_paste_ini('DEFAULT/foo2').with_value('fooValue') - is_expected.to contain_trove_api_paste_ini('DEFAULT/bar2').with_value('barValue') - is_expected.to contain_trove_api_paste_ini('DEFAULT/baz2').with_ensure('absent') - end -end diff --git a/deployment_scripts/puppet/modules/trove/spec/classes/trove_db_mysql_spec.rb b/deployment_scripts/puppet/modules/trove/spec/classes/trove_db_mysql_spec.rb deleted file mode 100644 index c55b1a9..0000000 --- a/deployment_scripts/puppet/modules/trove/spec/classes/trove_db_mysql_spec.rb +++ /dev/null @@ -1,109 +0,0 @@ -# -# Copyright (C) 2014 eNovance SAS -# -# Author: Emilien Macchi -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. - -require 'spec_helper' - -describe 'trove::db::mysql' do - - let :pre_condition do - [ - 'include mysql::server', - 'include trove::db::sync' - ] - end - - let :params do - { :dbname => 'trove', - :password => 's3cr3t', - :user => 'trove', - :charset => 'utf8', - :collate => 'utf8_general_ci', - :host => '127.0.0.1', - } - end - - shared_examples_for 'trove mysql database' do - - context 'when omiting the required parameter password' do - before { params.delete(:password) } - it { expect { is_expected.to raise_error(Puppet::Error) } } - end - - it 'creates a mysql database' do - is_expected.to contain_openstacklib__db__mysql('trove').with( - :user => params[:user], - :dbname => params[:dbname], - :password_hash => '*58C036CDA51D8E8BBBBF2F9EA5ABF111ADA444F0', - :host => params[:host], - :charset => params[:charset] - ) - end - - context 'overriding allowed_hosts param to array' do - before :each do - params.merge!( - :allowed_hosts => ['127.0.0.1','%'] - ) - end - - it { - is_expected.to contain_openstacklib__db__mysql('trove').with( - :user => params[:user], - :dbname => params[:dbname], - :password_hash => '*58C036CDA51D8E8BBBBF2F9EA5ABF111ADA444F0', - :host => params[:host], - :charset => params[:charset], - :allowed_hosts => ['127.0.0.1','%'] - )} - end - - context 'overriding allowed_hosts param to string' do - before :each do - params.merge!( - :allowed_hosts => '192.168.1.1' - ) - end - - it { - is_expected.to contain_openstacklib__db__mysql('trove').with( - :user => params[:user], - :dbname => params[:dbname], - :password_hash => '*58C036CDA51D8E8BBBBF2F9EA5ABF111ADA444F0', - :host => params[:host], - :charset => params[:charset], - :allowed_hosts => '192.168.1.1' - )} - end - - end - - context 'on Debian platforms' do - let :facts do - { :osfamily => 'Debian' } - end - - it_configures 'trove mysql database' - end - - context 'on RedHat platforms' do - let :facts do - { :osfamily => 'RedHat' } - end - - it_configures 'trove mysql database' - end -end diff --git a/deployment_scripts/puppet/modules/trove/spec/classes/trove_db_postgresql_spec.rb b/deployment_scripts/puppet/modules/trove/spec/classes/trove_db_postgresql_spec.rb deleted file mode 100644 index 2b51620..0000000 --- a/deployment_scripts/puppet/modules/trove/spec/classes/trove_db_postgresql_spec.rb +++ /dev/null @@ -1,58 +0,0 @@ -require 'spec_helper' - -describe 'trove::db::postgresql' do - - let :req_params do - { :password => 'pw' } - end - - let :pre_condition do - 'include postgresql::server' - end - - context 'on a RedHat osfamily' do - let :facts do - { - :osfamily => 'RedHat', - :operatingsystemrelease => '7.0', - :concat_basedir => '/var/lib/puppet/concat' - } - end - - context 'with only required parameters' do - let :params do - req_params - end - - it { is_expected.to contain_postgresql__server__db('trove').with( - :user => 'trove', - :password => 'md5e12ef276d200761a0808f17a5b076451' - )} - end - - end - - context 'on a Debian osfamily' do - let :facts do - { - :operatingsystemrelease => '7.8', - :operatingsystem => 'Debian', - :osfamily => 'Debian', - :concat_basedir => '/var/lib/puppet/concat' - } - end - - context 'with only required parameters' do - let :params do - req_params - end - - it { is_expected.to contain_postgresql__server__db('trove').with( - :user => 'trove', - :password => 'md5e12ef276d200761a0808f17a5b076451' - )} - end - - end - -end diff --git a/deployment_scripts/puppet/modules/trove/spec/classes/trove_db_spec.rb b/deployment_scripts/puppet/modules/trove/spec/classes/trove_db_spec.rb deleted file mode 100644 index f8d277c..0000000 --- a/deployment_scripts/puppet/modules/trove/spec/classes/trove_db_spec.rb +++ /dev/null @@ -1,119 +0,0 @@ -require 'spec_helper' - -describe 'trove::db' do - - shared_examples 'trove::db' do - - context 'with default parameters' do - - it { is_expected.to contain_trove_config('database/connection').with_value('sqlite:////var/lib/trove/trove.sqlite').with_secret(true) } - it { is_expected.to contain_trove_config('database/idle_timeout').with_value('3600') } - it { is_expected.to contain_trove_config('database/min_pool_size').with_value('1') } - it { is_expected.to contain_trove_config('database/max_pool_size').with_value('10') } - it { is_expected.to contain_trove_config('database/max_overflow').with_value('20') } - it { is_expected.to contain_trove_config('database/max_retries').with_value('10') } - it { is_expected.to contain_trove_config('database/retry_interval').with_value('10') } - - end - - context 'with specific parameters' do - let :params do - { :database_connection => 'mysql+pymysql://trove:trove@localhost/trove', - :database_idle_timeout => '3601', - :database_min_pool_size => '2', - :database_max_pool_size => '21', - :database_max_retries => '11', - :database_max_overflow => '21', - :database_retry_interval => '11', } - end - - it { is_expected.to contain_trove_config('database/connection').with_value('mysql+pymysql://trove:trove@localhost/trove').with_secret(true) } - it { is_expected.to contain_trove_config('database/idle_timeout').with_value('3601') } - it { is_expected.to contain_trove_config('database/min_pool_size').with_value('2') } - it { is_expected.to contain_trove_config('database/max_retries').with_value('11') } - it { is_expected.to contain_trove_config('database/max_pool_size').with_value('21') } - it { is_expected.to contain_trove_config('database/max_overflow').with_value('21') } - it { is_expected.to contain_trove_config('database/retry_interval').with_value('11') } - end - - context 'with MySQL-python library as backend package' do - let :params do - { :database_connection => 'mysql://trove:trove@localhost/trove', } - end - - it { is_expected.to contain_package('python-mysqldb').with(:ensure => 'present') } - end - - context 'with postgresql backend' do - let :params do - { :database_connection => 'postgresql://trove:trove@localhost/trove', } - end - - it 'install the proper backend package' do - is_expected.to contain_package('python-psycopg2').with(:ensure => 'present') - end - - end - - context 'with incorrect database_connection string' do - let :params do - { :database_connection => 'redis://trove:trove@localhost/trove', } - end - - it_raises 'a Puppet::Error', /validate_re/ - end - - context 'with incorrect pymysql database_connection string' do - let :params do - { :database_connection => 'foo+pymysql://trove:trove@localhost/trove', } - end - - it_raises 'a Puppet::Error', /validate_re/ - end - - end - - context 'on Debian platforms' do - let :facts do - { :osfamily => 'Debian', - :operatingsystem => 'Debian', - :operatingsystemrelease => 'jessie', - } - end - - it_configures 'trove::db' - - context 'using pymysql driver' do - let :params do - { :database_connection => 'mysql+pymysql://trove:trove@localhost/trove', } - end - - it 'install the proper backend package' do - is_expected.to contain_package('trove-backend-package').with( - :ensure => 'present', - :name => 'python-pymysql', - :tag => 'openstack' - ) - end - end - end - - context 'on Redhat platforms' do - let :facts do - { :osfamily => 'RedHat', - :operatingsystemrelease => '7.1', - } - end - - it_configures 'trove::db' - - context 'using pymysql driver' do - let :params do - { :database_connection => 'mysql+pymysql://trove:trove@localhost/trove', } - end - - it { is_expected.not_to contain_package('trove-backend-package') } - end - end - -end diff --git a/deployment_scripts/puppet/modules/trove/spec/classes/trove_guestagent_spec.rb b/deployment_scripts/puppet/modules/trove/spec/classes/trove_guestagent_spec.rb deleted file mode 100644 index c72498c..0000000 --- a/deployment_scripts/puppet/modules/trove/spec/classes/trove_guestagent_spec.rb +++ /dev/null @@ -1,222 +0,0 @@ -require 'spec_helper' - -describe 'trove::guestagent' do - - shared_examples 'trove-guestagent' do - - context 'with default parameters' do - - let :pre_condition do - "class { 'trove': - os_region_name => 'RegionOne', - nova_proxy_admin_pass => 'verysecrete'}" - end - - it 'installs trove-guestagent package and service' do - is_expected.to contain_service('trove-guestagent').with( - :name => platform_params[:guestagent_service_name], - :ensure => 'running', - :hasstatus => true, - :enable => true - ) - is_expected.to contain_package('trove-guestagent').with( - :name => platform_params[:guestagent_package_name], - :ensure => 'present', - :notify => 'Service[trove-guestagent]' - ) - end - - it 'configures trove-guestagent with default parameters' do - is_expected.to contain_trove_guestagent_config('DEFAULT/verbose').with_value(false) - is_expected.to contain_trove_guestagent_config('DEFAULT/debug').with_value(false) - is_expected.to contain_trove_guestagent_config('DEFAULT/os_region_name').with_value('RegionOne') - is_expected.to contain_trove_guestagent_config('oslo_messaging_rabbit/rabbit_host').with_value('localhost') - is_expected.to contain_trove_guestagent_config('oslo_messaging_rabbit/rabbit_hosts').with_value(false) - is_expected.to contain_trove_guestagent_config('oslo_messaging_rabbit/rabbit_port').with_value('5672') - is_expected.to contain_trove_guestagent_config('oslo_messaging_rabbit/rabbit_use_ssl').with_value(false) - end - - context 'when using a single RabbitMQ server' do - let :pre_condition do - "class { 'trove': - nova_proxy_admin_pass => 'verysecrete', - rabbit_host => '10.0.0.1'}" - end - it 'configures trove-guestagent with RabbitMQ' do - is_expected.to contain_trove_guestagent_config('oslo_messaging_rabbit/rabbit_host').with_value('10.0.0.1') - is_expected.to contain_trove_guestagent_config('oslo_messaging_rabbit/rabbit_ha_queues').with_value('false') - is_expected.to contain_trove_guestagent_config('oslo_messaging_rabbit/amqp_durable_queues').with_value('false') - end - end - - context 'when using a single RabbitMQ server with enable ha options' do - let :pre_condition do - "class { 'trove': - nova_proxy_admin_pass => 'verysecrete', - rabbit_ha_queues => 'true', - amqp_durable_queues => 'true', - rabbit_host => '10.0.0.1'}" - end - it 'configures trove-api with RabbitMQ' do - is_expected.to contain_trove_guestagent_config('oslo_messaging_rabbit/rabbit_host').with_value('10.0.0.1') - is_expected.to contain_trove_guestagent_config('oslo_messaging_rabbit/rabbit_ha_queues').with_value('true') - is_expected.to contain_trove_guestagent_config('oslo_messaging_rabbit/amqp_durable_queues').with_value('true') - end - end - - context 'when using multiple RabbitMQ servers' do - let :pre_condition do - "class { 'trove': - nova_proxy_admin_pass => 'verysecrete', - rabbit_hosts => ['10.0.0.1','10.0.0.2']}" - end - it 'configures trove-guestagent with RabbitMQ' do - is_expected.to contain_trove_guestagent_config('oslo_messaging_rabbit/rabbit_hosts').with_value(['10.0.0.1,10.0.0.2']) - is_expected.to contain_trove_guestagent_config('oslo_messaging_rabbit/rabbit_ha_queues').with_value('true') - end - end - - context 'when using qpid' do - let :pre_condition do - "class { 'trove': - nova_proxy_admin_pass => 'verysecrete', - rpc_backend => 'qpid', - qpid_hostname => '10.0.0.1', - qpid_username => 'guest', - qpid_password => 'password'}" - end - it 'configures trove-guestagent with qpid' do - is_expected.to contain_trove_guestagent_config('DEFAULT/rpc_backend').with_value('qpid') - is_expected.to contain_trove_guestagent_config('oslo_messaging_qpid/qpid_hostname').with_value('10.0.0.1') - is_expected.to contain_trove_guestagent_config('oslo_messaging_qpid/qpid_username').with_value('guest') - is_expected.to contain_trove_guestagent_config('oslo_messaging_qpid/qpid_password').with_value('password') - is_expected.to contain_trove_guestagent_config('oslo_messaging_qpid/qpid_protocol').with_value('tcp') - end - end - - context 'when using qpid with SSL enabled' do - let :pre_condition do - "class { 'trove': - nova_proxy_admin_pass => 'verysecrete', - rpc_backend => 'qpid', - qpid_hostname => '10.0.0.1', - qpid_username => 'guest', - qpid_password => 'password', - qpid_protocol => 'ssl'}" - end - it 'configures trove-guestagent with qpid' do - is_expected.to contain_trove_guestagent_config('DEFAULT/rpc_backend').with_value('qpid') - is_expected.to contain_trove_guestagent_config('oslo_messaging_qpid/qpid_hostname').with_value('10.0.0.1') - is_expected.to contain_trove_guestagent_config('oslo_messaging_qpid/qpid_username').with_value('guest') - is_expected.to contain_trove_guestagent_config('oslo_messaging_qpid/qpid_password').with_value('password') - is_expected.to contain_trove_guestagent_config('oslo_messaging_qpid/qpid_protocol').with_value('ssl') - end - end - end - - context 'with custom parameters' do - let :pre_condition do - "class { 'trove': - nova_proxy_admin_pass => 'verysecrete'}" - end - - let :params do - { :auth_url => "http://10.0.0.1:5000/v2.0", - :swift_url => "http://10.0.0.1:8080/v1/AUTH_", - :rabbit_host => '10.1.0.1', - :rabbit_port => '5673', - :rabbit_use_ssl => 'true'} - end - it 'configures trove-guestagent with custom parameters' do - is_expected.to contain_trove_guestagent_config('DEFAULT/trove_auth_url').with_value('http://10.0.0.1:5000/v2.0') - is_expected.to contain_trove_guestagent_config('DEFAULT/swift_url').with_value('http://10.0.0.1:8080/v1/AUTH_') - is_expected.to contain_trove_guestagent_config('oslo_messaging_rabbit/rabbit_host').with_value('10.1.0.1') - is_expected.to contain_trove_guestagent_config('oslo_messaging_rabbit/rabbit_port').with_value('5673') - is_expected.to contain_trove_guestagent_config('oslo_messaging_rabbit/rabbit_use_ssl').with_value('true') - end - end - - context 'with SSL enabled with kombu' do - let :pre_condition do - "class { 'trove': - nova_proxy_admin_pass => 'verysecrete', - rabbit_use_ssl => true, - kombu_ssl_ca_certs => '/path/to/ssl/ca/certs', - kombu_ssl_certfile => '/path/to/ssl/cert/file', - kombu_ssl_keyfile => '/path/to/ssl/keyfile', - kombu_ssl_version => 'TLSv1'}" - end - - it do - is_expected.to contain_trove_guestagent_config('oslo_messaging_rabbit/rabbit_use_ssl').with_value('true') - is_expected.to contain_trove_guestagent_config('oslo_messaging_rabbit/kombu_ssl_ca_certs').with_value('/path/to/ssl/ca/certs') - is_expected.to contain_trove_guestagent_config('oslo_messaging_rabbit/kombu_ssl_certfile').with_value('/path/to/ssl/cert/file') - is_expected.to contain_trove_guestagent_config('oslo_messaging_rabbit/kombu_ssl_keyfile').with_value('/path/to/ssl/keyfile') - is_expected.to contain_trove_guestagent_config('oslo_messaging_rabbit/kombu_ssl_version').with_value('TLSv1') - end - end - - context 'with SSL enabled without kombu' do - let :pre_condition do - "class { 'trove': - nova_proxy_admin_pass => 'verysecrete', - rabbit_use_ssl => true}" - end - - it do - is_expected.to contain_trove_guestagent_config('oslo_messaging_rabbit/rabbit_use_ssl').with_value('true') - is_expected.to contain_trove_guestagent_config('oslo_messaging_rabbit/kombu_ssl_ca_certs').with_ensure('absent') - is_expected.to contain_trove_guestagent_config('oslo_messaging_rabbit/kombu_ssl_certfile').with_ensure('absent') - is_expected.to contain_trove_guestagent_config('oslo_messaging_rabbit/kombu_ssl_keyfile').with_ensure('absent') - is_expected.to contain_trove_guestagent_config('oslo_messaging_rabbit/kombu_ssl_version').with_value('TLSv1') - end - end - - context 'with SSL disabled' do - let :pre_condition do - "class { 'trove': - nova_proxy_admin_pass => 'verysecrete', - rabbit_use_ssl => false, - kombu_ssl_version => 'TLSv1'}" - end - - it do - is_expected.to contain_trove_guestagent_config('oslo_messaging_rabbit/rabbit_use_ssl').with_value('false') - is_expected.to contain_trove_guestagent_config('oslo_messaging_rabbit/kombu_ssl_ca_certs').with_ensure('absent') - is_expected.to contain_trove_guestagent_config('oslo_messaging_rabbit/kombu_ssl_certfile').with_ensure('absent') - is_expected.to contain_trove_guestagent_config('oslo_messaging_rabbit/kombu_ssl_keyfile').with_ensure('absent') - is_expected.to contain_trove_guestagent_config('oslo_messaging_rabbit/kombu_ssl_version').with_ensure('absent') - end - end - - end - - context 'on Debian platforms' do - let :facts do - { :osfamily => 'Debian', - :processorcount => 8 } - end - - let :platform_params do - { :guestagent_package_name => 'trove-guestagent', - :guestagent_service_name => 'trove-guestagent' } - end - - it_configures 'trove-guestagent' - end - - context 'on RedHat platforms' do - let :facts do - { :osfamily => 'RedHat', - :processorcount => 8 } - end - - let :platform_params do - { :guestagent_package_name => 'openstack-trove-guestagent', - :guestagent_service_name => 'openstack-trove-guestagent' } - end - - it_configures 'trove-guestagent' - end - -end diff --git a/deployment_scripts/puppet/modules/trove/spec/classes/trove_init_spec.rb b/deployment_scripts/puppet/modules/trove/spec/classes/trove_init_spec.rb deleted file mode 100644 index 39b7357..0000000 --- a/deployment_scripts/puppet/modules/trove/spec/classes/trove_init_spec.rb +++ /dev/null @@ -1,70 +0,0 @@ -# -# Copyright (C) 2014 eNovance SAS -# -# Author: Emilien Macchi -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. -# -# Unit tests for trove::init -# - -require 'spec_helper' - -describe 'trove' do - - let :params do - { :nova_proxy_admin_pass => 'passw0rd', - :nova_compute_url => 'http://localhost:8774/v2', - :cinder_url => 'http://localhost:8776/v1', - :swift_url => 'http://localhost:8080/v1/AUTH_', - :neutron_url => 'http://localhost:9696/', - } - end - - shared_examples_for 'trove' do - - context 'with default parameters' do - it { - is_expected.to contain_class('trove::params') - is_expected.to contain_trove_config('DEFAULT/nova_compute_url').with_value('http://localhost:8774/v2') - is_expected.to contain_trove_config('DEFAULT/cinder_url').with_value('http://localhost:8776/v1') - is_expected.to contain_trove_config('DEFAULT/swift_url').with_value('http://localhost:8080/v1/AUTH_') - is_expected.to contain_trove_config('DEFAULT/neutron_url').with_value('http://localhost:9696/') - } - end - end - - context 'on Debian platforms' do - let :facts do - { :osfamily => 'Debian' } - end - - it_configures 'trove' - end - - context 'on RedHat platforms' do - let :facts do - { :osfamily => 'RedHat' } - end - - it 'installs common package' do - is_expected.to contain_package('trove').with( - :name => 'openstack-trove', - :ensure => 'present', - :tag => ['openstack', 'trove-package'], - ) - end - - it_configures 'trove' - end -end diff --git a/deployment_scripts/puppet/modules/trove/spec/classes/trove_keystone_auth_spec.rb b/deployment_scripts/puppet/modules/trove/spec/classes/trove_keystone_auth_spec.rb deleted file mode 100644 index 4b26c5e..0000000 --- a/deployment_scripts/puppet/modules/trove/spec/classes/trove_keystone_auth_spec.rb +++ /dev/null @@ -1,139 +0,0 @@ -# -# Copyright (C) 2014 eNovance SAS -# -# Author: Emilien Macchi -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. -# -# Unit tests for trove::keystone::auth -# - -require 'spec_helper' - -describe 'trove::keystone::auth' do - - let :facts do - { :osfamily => 'Debian' } - end - - describe 'with default class parameters' do - let :params do - { :password => 'trove_password', - :tenant => 'foobar' } - end - - it { is_expected.to contain_keystone_user('trove').with( - :ensure => 'present', - :password => 'trove_password', - ) } - - it { is_expected.to contain_keystone_user_role('trove@foobar').with( - :ensure => 'present', - :roles => ['admin'] - )} - - it { is_expected.to contain_keystone_service('trove::database').with( - :ensure => 'present', - :description => 'Trove Database Service' - ) } - - it { is_expected.to contain_keystone_endpoint('RegionOne/trove::database').with( - :ensure => 'present', - :public_url => "http://127.0.0.1:8779/v1.0/%(tenant_id)s", - :admin_url => "http://127.0.0.1:8779/v1.0/%(tenant_id)s", - :internal_url => "http://127.0.0.1:8779/v1.0/%(tenant_id)s" - ) } - end - - describe 'when configuring trove-server' do - let :pre_condition do - "class { 'trove::server': auth_password => 'test' }" - end - - let :params do - { :password => 'trove_password', - :tenant => 'foobar' } - end - end - - describe 'when overriding endpoint URLs' do - let :params do - { :password => 'passw0rd', - :public_url => 'https://10.10.10.10:80/v1.0/%(tenant_id)s', - :internal_url => 'http://10.10.10.11:81/v1.0/%(tenant_id)s', - :admin_url => 'http://10.10.10.12:81/v1.0/%(tenant_id)s' } - end - - it { is_expected.to contain_keystone_endpoint('RegionOne/trove::database').with( - :ensure => 'present', - :public_url => 'https://10.10.10.10:80/v1.0/%(tenant_id)s', - :internal_url => 'http://10.10.10.11:81/v1.0/%(tenant_id)s', - :admin_url => 'http://10.10.10.12:81/v1.0/%(tenant_id)s' - ) } - end - - describe 'with deprecated endpoint parameters' do - let :params do - { :password => 'trove_password', - :public_protocol => 'https', - :public_port => '80', - :public_address => '10.10.10.10', - :port => '81', - :internal_protocol => 'https', - :internal_address => '10.10.10.11', - :admin_protocol => 'https', - :admin_address => '10.10.10.12' } - end - - it { is_expected.to contain_keystone_endpoint('RegionOne/trove::database').with( - :ensure => 'present', - :public_url => 'https://10.10.10.10:80/v1.0/%(tenant_id)s', - :internal_url => 'https://10.10.10.11:81/v1.0/%(tenant_id)s', - :admin_url => 'https://10.10.10.12:81/v1.0/%(tenant_id)s' - ) } - end - - describe 'when overriding auth name' do - let :params do - { :password => 'foo', - :auth_name => 'trovey' } - end - - it { is_expected.to contain_keystone_user('trovey') } - it { is_expected.to contain_keystone_user_role('trovey@services') } - it { is_expected.to contain_keystone_service('trovey::database') } - it { is_expected.to contain_keystone_endpoint('RegionOne/trovey::database') } - end - - describe 'when overriding service name' do - let :params do - { :service_name => 'trove_service', - :auth_name => 'trove', - :password => 'trove_password' } - end - - it { is_expected.to contain_keystone_user('trove') } - it { is_expected.to contain_keystone_user_role('trove@services') } - it { is_expected.to contain_keystone_service('trove_service::database') } - it { is_expected.to contain_keystone_endpoint('RegionOne/trove_service::database') } - end - - describe 'when disabling endpoint configuration' do - let :params do - { :configure_endpoint => false, - :password => 'trove_password' } - end - - it { is_expected.to_not contain_keystone_endpoint('RegionOne/neutron::database') } - end -end diff --git a/deployment_scripts/puppet/modules/trove/spec/classes/trove_quota_spec.rb b/deployment_scripts/puppet/modules/trove/spec/classes/trove_quota_spec.rb deleted file mode 100644 index 83f82ef..0000000 --- a/deployment_scripts/puppet/modules/trove/spec/classes/trove_quota_spec.rb +++ /dev/null @@ -1,39 +0,0 @@ -require 'spec_helper' - -describe 'trove::quota' do - - describe 'with default parameters' do - it 'contains default values' do - is_expected.to contain_trove_config('DEFAULT/max_instances_per_user').with( - :value => 5) - is_expected.to contain_trove_config('DEFAULT/max_accepted_volume_size').with( - :value => 5) - is_expected.to contain_trove_config('DEFAULT/max_volumes_per_user').with( - :value => 20) - is_expected.to contain_trove_config('DEFAULT/max_backups_per_user').with( - :value => 50) - is_expected.to contain_trove_config('DEFAULT/quota_driver').with( - :value => 'trove.quota.quota.DbQuotaDriver') - end - end - - describe 'with overridden parameters' do - let :params do - { :max_instances_per_user => 10, - :max_accepted_volume_size => 10, - :max_volumes_per_user => 100, - :max_backups_per_user => 100, - } - end - it 'contains overrided values' do - is_expected.to contain_trove_config('DEFAULT/max_instances_per_user').with( - :value => 10) - is_expected.to contain_trove_config('DEFAULT/max_accepted_volume_size').with( - :value => 10) - is_expected.to contain_trove_config('DEFAULT/max_volumes_per_user').with( - :value => 100) - is_expected.to contain_trove_config('DEFAULT/max_backups_per_user').with( - :value => 100) - end - end -end diff --git a/deployment_scripts/puppet/modules/trove/spec/classes/trove_taskmanager_spec.rb b/deployment_scripts/puppet/modules/trove/spec/classes/trove_taskmanager_spec.rb deleted file mode 100644 index 4760872..0000000 --- a/deployment_scripts/puppet/modules/trove/spec/classes/trove_taskmanager_spec.rb +++ /dev/null @@ -1,303 +0,0 @@ -# -# Copyright (C) 2014 eNovance SAS -# -# Author: Emilien Macchi -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. -# -# Unit tests for trove::taskmanager -# -require 'spec_helper' - -describe 'trove::taskmanager' do - - shared_examples 'trove-taskmanager' do - - context 'with default parameters' do - - let :pre_condition do - "class { 'trove': - nova_proxy_admin_pass => 'verysecrete', - os_region_name => 'RegionOne', - nova_compute_service_type => 'compute', - cinder_service_type => 'volume', - swift_service_type => 'object-store', - heat_service_type => 'orchestration', - neutron_service_type => 'network'}" - end - - it 'installs trove-taskmanager package and service' do - is_expected.to contain_service('trove-taskmanager').with( - :name => platform_params[:taskmanager_service_name], - :ensure => 'running', - :hasstatus => true, - :enable => true - ) - is_expected.to contain_package('trove-taskmanager').with( - :name => platform_params[:taskmanager_package_name], - :ensure => 'present', - :notify => 'Service[trove-taskmanager]' - ) - end - - it 'configures trove-taskmanager with default parameters' do - is_expected.to contain_trove_taskmanager_config('DEFAULT/verbose').with_value(false) - is_expected.to contain_trove_taskmanager_config('DEFAULT/debug').with_value(false) - is_expected.to contain_trove_taskmanager_config('DEFAULT/nova_proxy_admin_user').with_value('admin') - is_expected.to contain_trove_taskmanager_config('DEFAULT/nova_proxy_admin_pass').with_value('verysecrete') - is_expected.to contain_trove_taskmanager_config('DEFAULT/nova_proxy_admin_tenant_name').with_value('admin') - is_expected.to contain_trove_taskmanager_config('DEFAULT/default_neutron_networks').with_value(nil) - is_expected.to contain_trove_config('DEFAULT/default_neutron_networks').with_value(nil) - is_expected.to contain_trove_taskmanager_config('DEFAULT/os_region_name').with_value('RegionOne') - is_expected.to contain_trove_taskmanager_config('DEFAULT/nova_compute_service_type').with_value('compute') - is_expected.to contain_trove_taskmanager_config('DEFAULT/cinder_service_type').with_value('volume') - is_expected.to contain_trove_taskmanager_config('DEFAULT/swift_service_type').with_value('object-store') - is_expected.to contain_trove_taskmanager_config('DEFAULT/heat_service_type').with_value('orchestration') - is_expected.to contain_trove_taskmanager_config('DEFAULT/neutron_service_type').with_value('network') - is_expected.to contain_trove_config('DEFAULT/taskmanager_queue').with_value('taskmanager') - is_expected.to contain_file('/etc/trove/trove-guestagent.conf') - end - - context 'when set use_guestagent_template to false' do - let :pre_condition do - "class { 'trove': - nova_proxy_admin_pass => 'verysecrete',} - class { 'trove::taskmanager': - use_guestagent_template => false,}" - end - it 'configures trove-taskmanager with trove::guestagent' do - is_expected.to contain_class('trove::guestagent').with( - :enabled => false, - :manage_service => false, - ) - end - end - - context 'when using a single RabbitMQ server' do - let :pre_condition do - "class { 'trove': - nova_proxy_admin_pass => 'verysecrete', - rabbit_host => '10.0.0.1'}" - end - it 'configures trove-taskmanager with RabbitMQ' do - is_expected.to contain_trove_taskmanager_config('oslo_messaging_rabbit/rabbit_host').with_value('10.0.0.1') - is_expected.to contain_trove_taskmanager_config('oslo_messaging_rabbit/rabbit_ha_queues').with_value('false') - is_expected.to contain_trove_taskmanager_config('oslo_messaging_rabbit/amqp_durable_queues').with_value('false') - end - end - - context 'when using a single RabbitMQ server with enable ha options' do - let :pre_condition do - "class { 'trove': - nova_proxy_admin_pass => 'verysecrete', - rabbit_ha_queues => 'true', - amqp_durable_queues => 'true' - rabbit_host => '10.0.0.1'}" - end - it 'configures trove-api with RabbitMQ' do - is_expected.to contain_trove_taskmanager_config('oslo_messaging_rabbit/rabbit_host').with_value('10.0.0.1') - is_expected.to contain_trove_taskmanager_config('oslo_messaging_rabbit/rabbit_ha_queues').with_value('true') - is_expected.to contain_trove_taskmanager_config('oslo_messaging_rabbit/amqp_durable_queues').with_value('true') - end - end - - context 'when using multiple RabbitMQ servers' do - let :pre_condition do - "class { 'trove': - nova_proxy_admin_pass => 'verysecrete', - rabbit_hosts => ['10.0.0.1','10.0.0.2']}" - end - it 'configures trove-taskmanager with RabbitMQ' do - is_expected.to contain_trove_taskmanager_config('oslo_messaging_rabbit/rabbit_hosts').with_value(['10.0.0.1,10.0.0.2']) - is_expected.to contain_trove_taskmanager_config('oslo_messaging_rabbit/rabbit_ha_queues').with_value('true') - end - end - - context 'when using qpid' do - let :pre_condition do - "class { 'trove': - nova_proxy_admin_pass => 'verysecrete', - rpc_backend => 'qpid', - qpid_hostname => '10.0.0.1', - qpid_username => 'guest', - qpid_password => 'password'}" - end - it 'configures trove-taskmanager with qpid' do - is_expected.to contain_trove_taskmanager_config('DEFAULT/rpc_backend').with_value('qpid') - is_expected.to contain_trove_taskmanager_config('oslo_messaging_qpid/qpid_hostname').with_value('10.0.0.1') - is_expected.to contain_trove_taskmanager_config('oslo_messaging_qpid/qpid_username').with_value('guest') - is_expected.to contain_trove_taskmanager_config('oslo_messaging_qpid/qpid_password').with_value('password') - is_expected.to contain_trove_taskmanager_config('oslo_messaging_qpid/qpid_protocol').with_value('tcp') - end - end - - context 'when using qpid with SSL enabled' do - let :pre_condition do - "class { 'trove': - nova_proxy_admin_pass => 'verysecrete', - rpc_backend => 'qpid', - qpid_hostname => '10.0.0.1', - qpid_username => 'guest', - qpid_password => 'password', - qpid_protocol => 'ssl'}" - end - it 'configures trove-taskmanager with qpid' do - is_expected.to contain_trove_taskmanager_config('DEFAULT/rpc_backend').with_value('qpid') - is_expected.to contain_trove_taskmanager_config('oslo_messaging_qpid/qpid_hostname').with_value('10.0.0.1') - is_expected.to contain_trove_taskmanager_config('oslo_messaging_qpid/qpid_username').with_value('guest') - is_expected.to contain_trove_taskmanager_config('oslo_messaging_qpid/qpid_password').with_value('password') - is_expected.to contain_trove_taskmanager_config('oslo_messaging_qpid/qpid_protocol').with_value('ssl') - end - end - - context 'when using MySQL' do - let :pre_condition do - "class { 'trove': - nova_proxy_admin_pass => 'verysecrete', - database_connection => 'mysql://trove:pass@10.0.0.1/trove'}" - end - it 'configures trove-taskmanager with RabbitMQ' do - is_expected.to contain_trove_taskmanager_config('database/connection').with_value('mysql://trove:pass@10.0.0.1/trove') - end - end - - context 'when using Neutron' do - let :pre_condition do - "class { 'trove': - nova_proxy_admin_pass => 'verysecrete', - use_neutron => true} - class { 'trove::taskmanager': - default_neutron_networks => 'trove_service', - } - " - - end - - it 'configures trove to use the Neutron network driver' do - is_expected.to contain_trove_config('DEFAULT/default_neutron_networks').with_value('trove_service') - is_expected.to contain_trove_taskmanager_config('DEFAULT/default_neutron_networks').with_value('trove_service') - is_expected.to contain_trove_config('DEFAULT/network_driver').with_value('trove.network.neutron.NeutronDriver') - is_expected.to contain_trove_taskmanager_config('DEFAULT/network_driver').with_value('trove.network.neutron.NeutronDriver') - - end - - it 'configures trove to use any network label' do - is_expected.to contain_trove_config('DEFAULT/network_label_regex').with_value('.*') - is_expected.to contain_trove_taskmanager_config('DEFAULT/network_label_regex').with_value('.*') - end - end - - context 'when using Nova Network' do - let :pre_condition do - "class { 'trove': - nova_proxy_admin_pass => 'verysecrete', - use_neutron => false}" - - end - - it 'configures trove to use the Nova Network network driver' do - is_expected.to contain_trove_config('DEFAULT/network_driver').with_value('trove.network.nova.NovaNetwork') - is_expected.to contain_trove_taskmanager_config('DEFAULT/network_driver').with_value('trove.network.nova.NovaNetwork') - - end - - it 'configures trove to use the "private" network label' do - is_expected.to contain_trove_config('DEFAULT/network_label_regex').with_value('^private$') - is_expected.to contain_trove_taskmanager_config('DEFAULT/network_label_regex').with_value('^private$') - end - end - end - context 'with SSL enabled with kombu' do - let :pre_condition do - "class { 'trove': - nova_proxy_admin_pass => 'verysecrete', - rabbit_use_ssl => true, - kombu_ssl_ca_certs => '/path/to/ssl/ca/certs', - kombu_ssl_certfile => '/path/to/ssl/cert/file', - kombu_ssl_keyfile => '/path/to/ssl/keyfile', - kombu_ssl_version => 'TLSv1'}" - end - - it do - is_expected.to contain_trove_taskmanager_config('oslo_messaging_rabbit/rabbit_use_ssl').with_value('true') - is_expected.to contain_trove_taskmanager_config('oslo_messaging_rabbit/kombu_ssl_ca_certs').with_value('/path/to/ssl/ca/certs') - is_expected.to contain_trove_taskmanager_config('oslo_messaging_rabbit/kombu_ssl_certfile').with_value('/path/to/ssl/cert/file') - is_expected.to contain_trove_taskmanager_config('oslo_messaging_rabbit/kombu_ssl_keyfile').with_value('/path/to/ssl/keyfile') - is_expected.to contain_trove_taskmanager_config('oslo_messaging_rabbit/kombu_ssl_version').with_value('TLSv1') - end - end - - context 'with SSL enabled without kombu' do - let :pre_condition do - "class { 'trove': - nova_proxy_admin_pass => 'verysecrete', - rabbit_use_ssl => true}" - end - - it do - is_expected.to contain_trove_taskmanager_config('oslo_messaging_rabbit/rabbit_use_ssl').with_value('true') - is_expected.to contain_trove_taskmanager_config('oslo_messaging_rabbit/kombu_ssl_ca_certs').with_ensure('absent') - is_expected.to contain_trove_taskmanager_config('oslo_messaging_rabbit/kombu_ssl_certfile').with_ensure('absent') - is_expected.to contain_trove_taskmanager_config('oslo_messaging_rabbit/kombu_ssl_keyfile').with_ensure('absent') - is_expected.to contain_trove_taskmanager_config('oslo_messaging_rabbit/kombu_ssl_version').with_value('TLSv1') - end - end - - context 'with SSL disabled' do - let :pre_condition do - "class { 'trove': - nova_proxy_admin_pass => 'verysecrete', - rabbit_use_ssl => false, - kombu_ssl_version => 'TLSv1'}" - end - - it do - is_expected.to contain_trove_taskmanager_config('oslo_messaging_rabbit/rabbit_use_ssl').with_value('false') - is_expected.to contain_trove_taskmanager_config('oslo_messaging_rabbit/kombu_ssl_ca_certs').with_ensure('absent') - is_expected.to contain_trove_taskmanager_config('oslo_messaging_rabbit/kombu_ssl_certfile').with_ensure('absent') - is_expected.to contain_trove_taskmanager_config('oslo_messaging_rabbit/kombu_ssl_keyfile').with_ensure('absent') - is_expected.to contain_trove_taskmanager_config('oslo_messaging_rabbit/kombu_ssl_version').with_ensure('absent') - end - end - - end - - context 'on Debian platforms' do - let :facts do - { :osfamily => 'Debian', - :processorcount => 8 } - end - - let :platform_params do - { :taskmanager_package_name => 'trove-taskmanager', - :taskmanager_service_name => 'trove-taskmanager' } - end - - it_configures 'trove-taskmanager' - end - - context 'on RedHat platforms' do - let :facts do - { :osfamily => 'RedHat', - :processorcount => 8 } - end - - let :platform_params do - { :taskmanager_package_name => 'openstack-trove-taskmanager', - :taskmanager_service_name => 'openstack-trove-taskmanager' } - end - - it_configures 'trove-taskmanager' - end - -end diff --git a/deployment_scripts/puppet/modules/trove/spec/shared_examples.rb b/deployment_scripts/puppet/modules/trove/spec/shared_examples.rb deleted file mode 100644 index 01ee5f7..0000000 --- a/deployment_scripts/puppet/modules/trove/spec/shared_examples.rb +++ /dev/null @@ -1,60 +0,0 @@ -shared_examples_for "a Puppet::Error" do |description| - it "with message matching #{description.inspect}" do - expect { is_expected.to have_class_count(1) }.to raise_error(Puppet::Error, description) - end -end - -shared_examples 'generic trove service' do |service| - - context 'with default parameters' do - it 'installs package and service' do - is_expected.to contain_package(service[:name]).with({ - :name => service[:package_name], - :ensure => 'present', - :notify => "Service[#{service[:name]}]", - :tag => ['openstack', 'trove-package'], - }) - is_expected.to contain_service(service[:name]).with({ - :name => service[:service_name], - :ensure => 'stopped', - :hasstatus => true, - :enable => false, - :tag => 'trove-service', - }) - end - end - - context 'with overridden parameters' do - let :params do - { :enabled => true, - :ensure_package => '2014.1-1' } - end - - it 'installs package and service' do - is_expected.to contain_package(service[:name]).with({ - :name => service[:package_name], - :ensure => '2014.1-1', - :notify => "Service[#{service[:name]}]", - :tag => ['openstack', 'trove-package'], - }) - is_expected.to contain_service(service[:name]).with({ - :name => service[:service_name], - :ensure => 'running', - :hasstatus => true, - :enable => true, - :tag => 'trove-service', - }) - end - end - - context 'while not managing service state' do - let :params do - { :enabled => false, - :manage_service => false } - end - - it 'does not control service state' do - is_expected.to contain_service(service[:name]).without_ensure - end - end -end diff --git a/deployment_scripts/puppet/modules/trove/spec/spec_helper.rb b/deployment_scripts/puppet/modules/trove/spec/spec_helper.rb deleted file mode 100644 index 172614e..0000000 --- a/deployment_scripts/puppet/modules/trove/spec/spec_helper.rb +++ /dev/null @@ -1,9 +0,0 @@ -require 'puppetlabs_spec_helper/module_spec_helper' -require 'shared_examples' - -RSpec.configure do |c| - c.alias_it_should_behave_like_to :it_configures, 'configures' - c.alias_it_should_behave_like_to :it_raises, 'raises' -end - -at_exit { RSpec::Puppet::Coverage.report! } diff --git a/deployment_scripts/puppet/modules/trove/spec/spec_helper_acceptance.rb b/deployment_scripts/puppet/modules/trove/spec/spec_helper_acceptance.rb deleted file mode 100644 index ed08d46..0000000 --- a/deployment_scripts/puppet/modules/trove/spec/spec_helper_acceptance.rb +++ /dev/null @@ -1,56 +0,0 @@ -require 'beaker-rspec' -require 'beaker/puppet_install_helper' - -run_puppet_install_helper - -RSpec.configure do |c| - # Project root - proj_root = File.expand_path(File.join(File.dirname(__FILE__), '..')) - modname = JSON.parse(open('metadata.json').read)['name'].split('-')[1] - - # Readable test descriptions - c.formatter = :documentation - - # Configure all nodes in nodeset - c.before :suite do - # Install module and dependencies - hosts.each do |host| - - # install git - install_package host, 'git' - - zuul_ref = ENV['ZUUL_REF'] - zuul_branch = ENV['ZUUL_BRANCH'] - zuul_url = ENV['ZUUL_URL'] - - repo = 'openstack/puppet-openstack-integration' - - # Start out with clean moduledir, don't trust r10k to purge it - on host, "rm -rf /etc/puppet/modules/*" - # Install dependent modules via git or zuul - r = on host, "test -e /usr/zuul-env/bin/zuul-cloner", { :acceptable_exit_codes => [0,1] } - if r.exit_code == 0 - zuul_clone_cmd = '/usr/zuul-env/bin/zuul-cloner ' - zuul_clone_cmd += '--cache-dir /opt/git ' - zuul_clone_cmd += "--zuul-ref #{zuul_ref} " - zuul_clone_cmd += "--zuul-branch #{zuul_branch} " - zuul_clone_cmd += "--zuul-url #{zuul_url} " - zuul_clone_cmd += "https://git.openstack.org #{repo}" - on host, zuul_clone_cmd - else - on host, "git clone https://git.openstack.org/#{repo} -b stable/liberty #{repo}" - end - - on host, "ZUUL_REF=#{zuul_ref} ZUUL_BRANCH=#{zuul_branch} ZUUL_URL=#{zuul_url} bash #{repo}/install_modules.sh" - - # Install the module being tested - on host, "rm -fr /etc/puppet/modules/#{modname}" - puppet_module_install(:source => proj_root, :module_name => modname) - - on host, "rm -fr #{repo}" - - # List modules installed to help with debugging - on host, puppet('module','list'), { :acceptable_exit_codes => 0 } - end - end -end diff --git a/deployment_scripts/puppet/modules/trove/spec/unit/provider/trove_config/ini_setting_spec.rb b/deployment_scripts/puppet/modules/trove/spec/unit/provider/trove_config/ini_setting_spec.rb deleted file mode 100644 index 8b9fb3d..0000000 --- a/deployment_scripts/puppet/modules/trove/spec/unit/provider/trove_config/ini_setting_spec.rb +++ /dev/null @@ -1,67 +0,0 @@ -# these tests are a little concerning b/c they are hacking around the -# modulepath, so these tests will not catch issues that may eventually arise -# related to loading these plugins. -# I could not, for the life of me, figure out how to programatcally set the modulepath -$LOAD_PATH.push( - File.join( - File.dirname(__FILE__), - '..', - '..', - '..', - 'fixtures', - 'modules', - 'inifile', - 'lib') -) -$LOAD_PATH.push( - File.join( - File.dirname(__FILE__), - '..', - '..', - '..', - 'fixtures', - 'modules', - 'openstacklib', - 'lib') -) -require 'spec_helper' -provider_class = Puppet::Type.type(:trove_config).provider(:ini_setting) -describe provider_class do - - it 'should default to the default setting when no other one is specified' do - resource = Puppet::Type::Trove_config.new( - {:name => 'DEFAULT/foo', :value => 'bar'} - ) - provider = provider_class.new(resource) - expect(provider.section).to eq('DEFAULT') - expect(provider.setting).to eq('foo') - end - - it 'should allow setting to be set explicitly' do - resource = Puppet::Type::Trove_config.new( - {:name => 'dude/foo', :value => 'bar'} - ) - provider = provider_class.new(resource) - expect(provider.section).to eq('dude') - expect(provider.setting).to eq('foo') - end - - it 'should ensure absent when is specified as a value' do - resource = Puppet::Type::Trove_config.new( - {:name => 'dude/foo', :value => ''} - ) - provider = provider_class.new(resource) - provider.exists? - expect(resource[:ensure]).to eq :absent - end - - it 'should ensure absent when value matches ensure_absent_val' do - resource = Puppet::Type::Trove_config.new( - {:name => 'dude/foo', :value => 'foo', :ensure_absent_val => 'foo' } - ) - provider = provider_class.new(resource) - provider.exists? - expect(resource[:ensure]).to eq :absent - end - -end diff --git a/deployment_scripts/puppet/modules/trove/spec/unit/provider/trove_datastore/trove_spec.rb b/deployment_scripts/puppet/modules/trove/spec/unit/provider/trove_datastore/trove_spec.rb deleted file mode 100644 index 8fff66f..0000000 --- a/deployment_scripts/puppet/modules/trove/spec/unit/provider/trove_datastore/trove_spec.rb +++ /dev/null @@ -1,57 +0,0 @@ -require 'puppet' -require 'spec_helper' -require 'puppet/provider/trove_datastore/trove' - -provider_class = Puppet::Type.type(:trove_datastore).provider(:trove) - -describe provider_class do - - let :datastore_name do - 'foo' - end - - let :resource do - Puppet::Type::Trove_datastore.new({ - :name => datastore_name, - :version => '0.1', - :ensure => 'present', - }) - end - - let :provider do - described_class.new(resource) - end - - before :each do - described_class.stubs(:list_trove_resources).with('datastore').returns([ - resource - ]) - end - - describe "self.instances" do - it "should have an instances method" do - expect(provider.class).to respond_to(:instances) - end - - it "should list instances" do - datastores = described_class.instances - expect(datastores.size).to eq(1) - datastores.map {|provider| provider.name} == datastore_name - end - end - - describe '#create' do - it 'should call trove-manage' do - provider.expects(:trove_manage).with( - ['trove-manage', 'datastore_update', datastore_name, "''"] - ).returns(0) - - provider.expects(:trove_manage).with( - ['trove-manage', 'datastore_update', datastore_name, "0.1"] - ).returns(0) - - provider.create - end - end - -end diff --git a/deployment_scripts/puppet/modules/trove/spec/unit/provider/trove_datastore_version/trove_spec.rb b/deployment_scripts/puppet/modules/trove/spec/unit/provider/trove_datastore_version/trove_spec.rb deleted file mode 100644 index cce3720..0000000 --- a/deployment_scripts/puppet/modules/trove/spec/unit/provider/trove_datastore_version/trove_spec.rb +++ /dev/null @@ -1,50 +0,0 @@ -require 'puppet' -require 'spec_helper' -require 'puppet/provider/trove_datastore_version/trove' - -provider_class = Puppet::Type.type(:trove_datastore_version).provider(:trove) - -describe provider_class do - - let :datastore_name do - 'foo' - end - - let :datastore_version do - '1.0' - end - - let :resource do - Puppet::Type::Trove_datastore_version.new({ - :name => datastore_version, - :ensure => 'present', - :datastore => datastore_name, - :manager => 'mysql', - :image_id => '1234', - :packages => 'mysql', - :active => 1 - }) - end - - let :provider do - described_class.new(resource) - end - - describe "self.instances" do - it "should have an instances method" do - expect(provider.class).to respond_to(:instances) - end - end - - describe '#create' do - it 'should call trove-manage' do - provider.expects(:trove_manage).with( - ['trove-manage', 'datastore_version_update', datastore_name, "1.0", - 'mysql', '1234', 'mysql', '1'] - ).returns(0) - - provider.create - end - end - -end diff --git a/deployment_scripts/puppet/modules/trove/spec/unit/provider/trove_spec.rb b/deployment_scripts/puppet/modules/trove/spec/unit/provider/trove_spec.rb deleted file mode 100644 index b38f3d8..0000000 --- a/deployment_scripts/puppet/modules/trove/spec/unit/provider/trove_spec.rb +++ /dev/null @@ -1,14 +0,0 @@ -require 'puppet' -require 'spec_helper' -require 'puppet/provider/trove' - - -klass = Puppet::Provider::Trove - -describe Puppet::Provider::Trove do - - after :each do - klass.reset - end - -end diff --git a/deployment_scripts/puppet/modules/trove/spec/unit/type/trove_conductor_config_spec.rb b/deployment_scripts/puppet/modules/trove/spec/unit/type/trove_conductor_config_spec.rb deleted file mode 100644 index b63978a..0000000 --- a/deployment_scripts/puppet/modules/trove/spec/unit/type/trove_conductor_config_spec.rb +++ /dev/null @@ -1,17 +0,0 @@ -require 'puppet/type/trove_conductor_config' - -describe 'Puppet::Type.type(:trove_conductor_config)' do - before :each do - @trove_conductor_config = Puppet::Type.type(:trove_conductor_config).new(:name => 'DEFAULT/foo', :value => 'bar') - end - - it 'should autorequire the package that installs the file' do - catalog = Puppet::Resource::Catalog.new - package = Puppet::Type.type(:package).new(:name => 'trove-conductor') - catalog.add_resource package, @trove_conductor_config - dependency = @trove_conductor_config.autorequire - expect(dependency.size).to eq(1) - expect(dependency[0].target).to eq(@trove_conductor_config) - expect(dependency[0].source).to eq(package) - end -end diff --git a/deployment_scripts/puppet/modules/trove/spec/unit/type/trove_conductor_guestagent_spec.rb b/deployment_scripts/puppet/modules/trove/spec/unit/type/trove_conductor_guestagent_spec.rb deleted file mode 100644 index 77e1ff7..0000000 --- a/deployment_scripts/puppet/modules/trove/spec/unit/type/trove_conductor_guestagent_spec.rb +++ /dev/null @@ -1,17 +0,0 @@ -require 'puppet/type/trove_guestagent_config' - -describe 'Puppet::Type.type(:trove_guestagent_config)' do - before :each do - @trove_guestagent_config = Puppet::Type.type(:trove_guestagent_config).new(:name => 'DEFAULT/foo', :value => 'bar') - end - - it 'should autorequire the package that installs the file' do - catalog = Puppet::Resource::Catalog.new - package = Puppet::Type.type(:package).new(:name => 'trove-guestagent') - catalog.add_resource package, @trove_guestagent_config - dependency = @trove_guestagent_config.autorequire - expect(dependency.size).to eq(1) - expect(dependency[0].target).to eq(@trove_guestagent_config) - expect(dependency[0].source).to eq(package) - end -end diff --git a/deployment_scripts/puppet/modules/trove/spec/unit/type/trove_config_spec.rb b/deployment_scripts/puppet/modules/trove/spec/unit/type/trove_config_spec.rb deleted file mode 100644 index 2df2859..0000000 --- a/deployment_scripts/puppet/modules/trove/spec/unit/type/trove_config_spec.rb +++ /dev/null @@ -1,62 +0,0 @@ -require 'puppet' -require 'puppet/type/trove_config' -describe 'Puppet::Type.type(:trove_config)' do - before :each do - @trove_config = Puppet::Type.type(:trove_config).new(:name => 'DEFAULT/foo', :value => 'bar') - end - - it 'should require a name' do - expect { - Puppet::Type.type(:trove_config).new({}) - }.to raise_error(Puppet::Error, 'Title or name must be provided') - end - - it 'should not expect a name with whitespace' do - expect { - Puppet::Type.type(:trove_config).new(:name => 'f oo') - }.to raise_error(Puppet::Error, /Parameter name failed/) - end - - it 'should fail when there is no section' do - expect { - Puppet::Type.type(:trove_config).new(:name => 'foo') - }.to raise_error(Puppet::Error, /Parameter name failed/) - end - - it 'should not require a value when ensure is absent' do - Puppet::Type.type(:trove_config).new(:name => 'DEFAULT/foo', :ensure => :absent) - end - - it 'should accept a valid value' do - @trove_config[:value] = 'bar' - expect(@trove_config[:value]).to eq('bar') - end - - it 'should not accept a value with whitespace' do - @trove_config[:value] = 'b ar' - expect(@trove_config[:value]).to eq('b ar') - end - - it 'should accept valid ensure values' do - @trove_config[:ensure] = :present - expect(@trove_config[:ensure]).to eq(:present) - @trove_config[:ensure] = :absent - expect(@trove_config[:ensure]).to eq(:absent) - end - - it 'should not accept invalid ensure values' do - expect { - @trove_config[:ensure] = :latest - }.to raise_error(Puppet::Error, /Invalid value/) - end - - it 'should autorequire the package that installs the file' do - catalog = Puppet::Resource::Catalog.new - package = Puppet::Type.type(:package).new(:name => 'trove-api') - catalog.add_resource package, @trove_config - dependency = @trove_config.autorequire - expect(dependency.size).to eq(1) - expect(dependency[0].target).to eq(@trove_config) - expect(dependency[0].source).to eq(package) - end -end diff --git a/deployment_scripts/puppet/modules/trove/templates/trove-guestagent.conf.erb b/deployment_scripts/puppet/modules/trove/templates/trove-guestagent.conf.erb deleted file mode 100644 index 21d1e00..0000000 --- a/deployment_scripts/puppet/modules/trove/templates/trove-guestagent.conf.erb +++ /dev/null @@ -1,117 +0,0 @@ -[DEFAULT] - -#=========== RPC Configuration ====================== - -# URL representing the messaging driver to use and its full configuration. -# If not set, we fall back to the 'rpc_backend' option and driver specific -# configuration. -#transport_url= - -# The messaging driver to use. Options include rabbit, qpid and zmq. -# Default is rabbit. (string value) -rpc_backend= <%= @rpc_backend %> - -# The default exchange under which topics are scoped. May be -# overridden by an exchange name specified in the 'transport_url option. -control_exchange = <%= @control_exchange %> - -# ========== Sample Logging Configuration ========== - -# Show more verbose log output (sets INFO log level output) -verbose = <%= @verbose %> - -# Show debugging output in logs (sets DEBUG log level output) -debug = <%= @debug %> - -# Directory and path for log files -log_dir = <%= @log_dir %> -log_file = <%= @log_file %> - -# ============ RabbitMQ connection options ======================== - -# The RabbitMQ broker address where a single node is used. -# (string value) -rabbit_host=<%= @rabbit_host %> - -# The RabbitMQ broker port where a single node is used. -# (integer value) -rabbit_port=<%= @rabbit_port %> - -# The RabbitMQ userid. (string value) -rabbit_userid=<%= @rabbit_userid %> - -# The RabbitMQ password. (string value) -rabbit_password=<%= @rabbit_password %> - -# The RabbitMQ virtual host. (string value) -rabbit_virtual_host=<%= @rabbit_virtual_host %> - - -# Path to the extensions -api_extensions_path = trove/extensions/routes - -# Configuration options for talking to nova via the novaclient. -# These options are for an admin user in your keystone config. -# It proxies the token received from the user to send to nova via this admin users creds, -# basically acting like the client via that proxy token. -trove_auth_url = <%= @auth_url %> -swift_url = <%= @swift_url %> - -# Datastore management implementations. Format datastore:manager.impl -# datastore_registry_ext = mysql:trove.guestagent.datastore.mysql.manager.Manager, percona:trove.guestagent.datastore.mysql.manager.Manager - -# Permissions to grant "root" user by default -root_grant = ALL -root_grant_option = True - -#root_grant = ALTER ROUTINE, CREATE, ALTER, CREATE ROUTINE, CREATE TEMPORARY TABLES, CREATE VIEW, CREATE USER, DELETE, DROP, EVENT, EXECUTE, INDEX, INSERT, LOCK TABLES, PROCESS, REFERENCES, SELECT, SHOW DATABASES, SHOW VIEW, TRIGGER, UPDATE, USAGE -#root_grant_option = False - -# used by passlib to generate root password -#default_password_length = 36 - -# Users to ignore for user create/list/delete operations -ignore_users = os_admin - -# Databases to ignore for db create/list/delete operations -ignore_dbs = lost+found, mysql, information_schema - -# ========== Default Storage Options for backup ========== - -# Default configuration for storage strategy and storage options -# for backups -# Strategy information for backups -backup_namespace = trove.guestagent.strategies.backup.mysql_impl -# Additional commandline options to be passed to the backup runner (by strategy). For example: -# backup_runner_options = InnoBackupEx:--no-lock, MySQLDump:--events --routines --triggers -restore_namespace = trove.guestagent.strategies.restore.mysql_impl -storage_strategy = SwiftStorage -storage_namespace = trove.guestagent.strategies.storage.swift -backup_swift_container = database_backups -backup_use_gzip_compression = True -backup_use_openssl_encryption = True -backup_aes_cbc_key = "default_aes_cbc_key" -backup_use_snet = False -backup_chunk_size = 65536 -backup_segment_max_size = 2147483648 - -# ========== Datastore Specific Configuration Options ========== - -[mysql] - -# For mysql, the following are the defaults for backup, and restore: -# backup_strategy = InnoBackupEx -# backup_namespace = trove.guestagent.strategies.backup.mysql_impl -# restore_namespace = trove.guestagent.strategies.restore.mysql_impl - -# Default configuration for mysql replication -# replication_strategy = MysqlBinlogReplication -# replication_namespace = trove.guestagent.strategies.replication.mysql_binlog -# replication_user = slave_user -# replication_password = slave_password - -[vertica] -# For vertica, following are the defaults needed: -# mount_point = /var/lib/vertica -# readahead_size = 2048 -# guestagent_strategy = trove.common.strategies.cluster.experimental.vertica.guestagent.VerticaGuestAgentStrategy diff --git a/deployment_tasks.yaml b/deployment_tasks.yaml deleted file mode 100644 index 866645b..0000000 --- a/deployment_tasks.yaml +++ /dev/null @@ -1,264 +0,0 @@ - -# These tasks will be merged into deployment graph. Here you -# can specify new tasks for any roles, even built-in ones. - -- id: primary-trove - type: group - role: [primary-trove] - requires: [deploy_start] - required_for: [deploy_end] - tasks: &common_tasks - - hiera - - setup_repositories - - fuel_pkgs - - globals - - tools - - logging - - netconfig - - hosts - - firewall - - ssl-keys-saving - - ssl-add-trust-chain - - ssl-dns-setup - parameters: - strategy: - type: one_by_one - -- id: trove - type: group - role: [trove] - requires: [primary-trove] - required_for: [deploy_end] - tasks: *common_tasks - parameters: - strategy: - type: parallel - -- id: hiera-trove-override - version: 2.0.0 - type: puppet - groups: [primary-trove, trove] - requires: [globals] - required_for: [logging, trove-service] - cross-depends: - - name: globals - parameters: - puppet_manifest: puppet/modules/dbaas_trove/modular/hiera_override.pp - puppet_modules: /etc/puppet/modules:puppet/modules - timeout: 3600 - # reexecute_on is needed for scale-down operations - reexecute_on: - - deploy_changes - -- id: trove-firewall - version: 2.0.0 - type: puppet - groups: [primary-trove, trove] - requires: [hiera-trove-override, firewall] - required_for: [trove-cluster] - cross-depends: - - name: hiera-trove-override - - name: firewall - parameters: - puppet_manifest: puppet/modules/dbaas_trove/modular/firewall.pp - puppet_modules: /etc/puppet/modules:puppet/modules - timeout: 3600 - -- id: trove-ssl-keys-saving - version: 2.0.0 - type: puppet - role: ['/.*/'] - requires: [trove-firewall, ssl-keys-saving] - cross-depends: - - name: trove-firewall - - name: ssl-keys-saving - condition: "(settings:public_ssl.horizon.value == true or settings:public_ssl.services.value == true) and settings:public_ssl.cert_source.value == 'user_uploaded'" - required_for: [deploy_end] - parameters: - puppet_manifest: puppet/modules/dbaas_trove/modular/ssl_keys_saving.pp - puppet_modules: /etc/puppet/modules:puppet/modules - timeout: 3600 - # reexecute_on is needed for scale-down operations - reexecute_on: - - deploy_changes - test_pre: - cmd: ruby /etc/puppet/modules/osnailyfacter/modular/ssl/ssl_keys_saving_pre.rb - -- id: trove-ssl-add-trust-chain - type: puppet - version: 2.0.0 - role: ['/.*/'] - requires: [trove-firewall, trove-ssl-keys-saving] - cross-depends: - - name: trove-firewall - - name: trove-ssl-keys-saving - condition: "settings:public_ssl.horizon.value == true or settings:public_ssl.services.value == true" - required_for: [hosts] - parameters: - puppet_manifest: puppet/modules/dbaas_trove/modular/ssl_add_trust_chain.pp - puppet_modules: /etc/puppet/modules:puppet/modules - timeout: 3600 - # reexecute_on is needed for scale-down operations - reexecute_on: - - deploy_changes - test_pre: - cmd: ruby /etc/puppet/modules/osnailyfacter/modular/ssl/ssl_keys_saving_pre.rb - -- id: trove-ssl-dns-setup - type: puppet - version: 2.0.0 - groups: [primary-controller, controller] - requires: [trove-firewall, trove-ssl-add-trust-chain] - cross-depends: - - name: trove-firewall - - name: trove-ssl-add-trust-chain - condition: "settings:public_ssl.horizon.value == true or settings:public_ssl.services.value == true" - required_for: [hosts] - parameters: - puppet_manifest: puppet/modules/dbaas_trove/modular/ssl_dns_setup.pp - puppet_modules: /etc/puppet/modules:puppet/modules - timeout: 3600 - # reexecute_on is needed for scale-down operations - reexecute_on: - - deploy_changes - -- id: primary-trove-cluster - version: 2.0.0 - type: puppet - groups: [primary-trove] - requires: [hosts, trove-firewall, hiera-trove-override] - required_for: [deploy_end] - cross-depends: - - name: hosts - - name: trove-firewall - - name: hiera-trove-override - parameters: - puppet_manifest: /etc/puppet/modules/osnailyfacter/modular/cluster/cluster.pp - puppet_modules: puppet/modules:/etc/puppet/modules - timeout: 3600 - # reexecute_on is needed for scale-down operations - reexecute_on: - - deploy_changes - -- id: trove-cluster - version: 2.0.0 - type: puppet - groups: [trove] - requires: [hosts, trove-firewall, hiera-trove-override, primary-trove-cluster] - required_for: [deploy_end] - cross-depends: - - name: hosts - - name: trove-firewall - - name: hiera-trove-override - - name: primary-trove-cluster - parameters: - puppet_manifest: /etc/puppet/modules/osnailyfacter/modular/cluster/cluster.pp - puppet_modules: puppet/modules:/etc/puppet/modules - timeout: 3600 - # reexecute_on is needed for scale-down operations - reexecute_on: - - deploy_changes - -- id: primary-trove-rabbitmq - version: 2.0.0 - type: puppet - groups: [primary-trove] - requires: [trove-firewall, primary-trove-cluster, trove-cluster, hiera-trove-override] - required_for: [trove-service] - cross-depends: - - name: trove-firewall - - name: hiera-trove-override - - name: /(primary-)?trove-cluster/ - parameters: - puppet_manifest: /etc/puppet/modules/osnailyfacter/modular/rabbitmq/rabbitmq.pp - puppet_modules: puppet/modules:/etc/puppet/modules - timeout: 3600 - # reexecute_on is needed for scale-down operations - reexecute_on: - - deploy_changes - -- id: trove-rabbitmq - version: 2.0.0 - type: puppet - groups: [trove] - requires: [trove-firewall, primary-trove-cluster, trove-cluster, hiera-trove-override, primary-trove-rabbitmq] - required_for: [trove-service] - cross-depends: - - name: trove-firewall - - name: hiera-trove-override - - name: /(primary-)?trove-cluster/ - - name: primary-trove-rabbitmq - - name: trove-rabbitmq - parameters: - puppet_manifest: /etc/puppet/modules/osnailyfacter/modular/rabbitmq/rabbitmq.pp - puppet_modules: puppet/modules:/etc/puppet/modules - timeout: 3600 - # reexecute_on is needed for scale-down operations - reexecute_on: - - deploy_changes - -- id: trove-db - version: 2.0.0 - type: puppet - groups: [primary-controller] - requires: [primary-database, database] - required_for: [trove-service] - cross-depends: - - name: /(primary-)?database/ - parameters: - puppet_manifest: puppet/modules/dbaas_trove/modular/db.pp - puppet_modules: /etc/puppet/modules:puppet/modules - timeout: 1800 - # reexecute_on is needed for scale-down operations - reexecute_on: - - deploy_changes - -- id: trove-keystone - version: 2.0.0 - type: puppet - groups: [primary-controller] - requires: [primary-keystone, keystone] - required_for: [trove-service] - cross-depends: - - name: /(primary-)?keystone/ - parameters: - puppet_manifest: puppet/modules/dbaas_trove/modular/keystone.pp - puppet_modules: /etc/puppet/modules:puppet/modules - timeout: 1800 - # reexecute_on is needed for scale-down operations - reexecute_on: - - deploy_changes - -- id: openstack-haproxy-trove - type: puppet - version: 2.0.0 - groups: [primary-controller, controller] - requires: [primary-cluster-haproxy, cluster-haproxy] - required_for: [trove-service] - cross-depends: - - name: /(primary-)?cluster-haproxy/ - parameters: - puppet_manifest: puppet/modules/dbaas_trove/modular/openstack-haproxy-trove.pp - puppet_modules: /etc/puppet/modules:puppet/modules - timeout: 3600 - # reexecute_on is needed for scale-down operations - reexecute_on: - - deploy_changes - -- id: trove-service - version: 2.0.0 - type: puppet - groups: [primary-trove, trove] - requires: [trove-rabbitmq, trove-db, trove-keystone, openstack-haproxy-trove] - required_for: [deploy_end] - cross-depends: - - name: /(primary-)?trove-rabbitmq/ - - name: trove-db - - name: trove-keystone - - name: openstack-haproxy-trove - cross-depended-by: - - name: deploy_end - parameters: - puppet_manifest: puppet/modules/dbaas_trove/modular/trove.pp - puppet_modules: /etc/puppet/modules:puppet/modules - timeout: 1800 diff --git a/docs/Makefile b/docs/Makefile deleted file mode 100644 index 0b051ea..0000000 --- a/docs/Makefile +++ /dev/null @@ -1,177 +0,0 @@ -# Makefile for Sphinx documentation -# - -# You can set these variables from the command line. -SPHINXOPTS = -SPHINXBUILD = sphinx-build -PAPER = -BUILDDIR = build - -# User-friendly check for sphinx-build -ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1) -$(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/) -endif - -# Internal variables. -PAPEROPT_a4 = -D latex_paper_size=a4 -PAPEROPT_letter = -D latex_paper_size=letter -ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source -# the i18n builder cannot share the environment and doctrees with the others -I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source - -.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext - -help: - @echo "Please use \`make ' where is one of" - @echo " html to make standalone HTML files" - @echo " dirhtml to make HTML files named index.html in directories" - @echo " singlehtml to make a single large HTML file" - @echo " pickle to make pickle files" - @echo " json to make JSON files" - @echo " htmlhelp to make HTML files and a HTML help project" - @echo " qthelp to make HTML files and a qthelp project" - @echo " devhelp to make HTML files and a Devhelp project" - @echo " epub to make an epub" - @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter" - @echo " latexpdf to make LaTeX files and run them through pdflatex" - @echo " latexpdfja to make LaTeX files and run them through platex/dvipdfmx" - @echo " text to make text files" - @echo " man to make manual pages" - @echo " texinfo to make Texinfo files" - @echo " info to make Texinfo files and run them through makeinfo" - @echo " gettext to make PO message catalogs" - @echo " changes to make an overview of all changed/added/deprecated items" - @echo " xml to make Docutils-native XML files" - @echo " pseudoxml to make pseudoxml-XML files for display purposes" - @echo " linkcheck to check all external links for integrity" - @echo " doctest to run all doctests embedded in the documentation (if enabled)" - -clean: - rm -rf $(BUILDDIR)/* - -html: - $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html - @echo - @echo "Build finished. The HTML pages are in $(BUILDDIR)/html." - -dirhtml: - $(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml - @echo - @echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml." - -singlehtml: - $(SPHINXBUILD) -b singlehtml $(ALLSPHINXOPTS) $(BUILDDIR)/singlehtml - @echo - @echo "Build finished. The HTML page is in $(BUILDDIR)/singlehtml." - -pickle: - $(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) $(BUILDDIR)/pickle - @echo - @echo "Build finished; now you can process the pickle files." - -json: - $(SPHINXBUILD) -b json $(ALLSPHINXOPTS) $(BUILDDIR)/json - @echo - @echo "Build finished; now you can process the JSON files." - -htmlhelp: - $(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) $(BUILDDIR)/htmlhelp - @echo - @echo "Build finished; now you can run HTML Help Workshop with the" \ - ".hhp project file in $(BUILDDIR)/htmlhelp." - -qthelp: - $(SPHINXBUILD) -b qthelp $(ALLSPHINXOPTS) $(BUILDDIR)/qthelp - @echo - @echo "Build finished; now you can run "qcollectiongenerator" with the" \ - ".qhcp project file in $(BUILDDIR)/qthelp, like this:" - @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/OpenStackTrovepluginforFuel.qhcp" - @echo "To view the help file:" - @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/OpenStackTrovepluginforFuel.qhc" - -devhelp: - $(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp - @echo - @echo "Build finished." - @echo "To view the help file:" - @echo "# mkdir -p $$HOME/.local/share/devhelp/OpenStackTrovepluginforFuel" - @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/OpenStackTrovepluginforFuel" - @echo "# devhelp" - -epub: - $(SPHINXBUILD) -b epub $(ALLSPHINXOPTS) $(BUILDDIR)/epub - @echo - @echo "Build finished. The epub file is in $(BUILDDIR)/epub." - -latex: - $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex - @echo - @echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex." - @echo "Run \`make' in that directory to run these through (pdf)latex" \ - "(use \`make latexpdf' here to do that automatically)." - -latexpdf: - $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex - @echo "Running LaTeX files through pdflatex..." - $(MAKE) -C $(BUILDDIR)/latex all-pdf - @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex." - -latexpdfja: - $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex - @echo "Running LaTeX files through platex and dvipdfmx..." - $(MAKE) -C $(BUILDDIR)/latex all-pdf-ja - @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex." - -text: - $(SPHINXBUILD) -b text $(ALLSPHINXOPTS) $(BUILDDIR)/text - @echo - @echo "Build finished. The text files are in $(BUILDDIR)/text." - -man: - $(SPHINXBUILD) -b man $(ALLSPHINXOPTS) $(BUILDDIR)/man - @echo - @echo "Build finished. The manual pages are in $(BUILDDIR)/man." - -texinfo: - $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo - @echo - @echo "Build finished. The Texinfo files are in $(BUILDDIR)/texinfo." - @echo "Run \`make' in that directory to run these through makeinfo" \ - "(use \`make info' here to do that automatically)." - -info: - $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo - @echo "Running Texinfo files through makeinfo..." - make -C $(BUILDDIR)/texinfo info - @echo "makeinfo finished; the Info files are in $(BUILDDIR)/texinfo." - -gettext: - $(SPHINXBUILD) -b gettext $(I18NSPHINXOPTS) $(BUILDDIR)/locale - @echo - @echo "Build finished. The message catalogs are in $(BUILDDIR)/locale." - -changes: - $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes - @echo - @echo "The overview file is in $(BUILDDIR)/changes." - -linkcheck: - $(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck - @echo - @echo "Link check complete; look for any errors in the above output " \ - "or in $(BUILDDIR)/linkcheck/output.txt." - -doctest: - $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest - @echo "Testing of doctests in the sources finished, look at the " \ - "results in $(BUILDDIR)/doctest/output.txt." - -xml: - $(SPHINXBUILD) -b xml $(ALLSPHINXOPTS) $(BUILDDIR)/xml - @echo - @echo "Build finished. The XML files are in $(BUILDDIR)/xml." - -pseudoxml: - $(SPHINXBUILD) -b pseudoxml $(ALLSPHINXOPTS) $(BUILDDIR)/pseudoxml - @echo - @echo "Build finished. The pseudo-XML files are in $(BUILDDIR)/pseudoxml." diff --git a/docs/source/_static/enable_plugin.png b/docs/source/_static/enable_plugin.png deleted file mode 100644 index 9968293f32126df6ae364e31a1f056ed3caa4515..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 49801 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 Ly@$U0=-K}OBHUvC diff --git a/docs/source/_static/env_nodes.png b/docs/source/_static/env_nodes.png deleted file mode 100644 index 57cc98d770b4e7fc8d2f997f3cdeb50b860ba3e0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 64240 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 BEMx!x diff --git a/docs/source/_static/nodes_tab.png b/docs/source/_static/nodes_tab.png deleted file mode 100644 index d2c3738874ae5802a2f4a91c35a5a5adf15c6167..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 25356 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 diff --git a/docs/source/conf.py b/docs/source/conf.py deleted file mode 100644 index 7cb0719..0000000 --- a/docs/source/conf.py +++ /dev/null @@ -1,340 +0,0 @@ -# -*- coding: utf-8 -*- -# -# OpenStack Trove plugin for Fuel documentation build configuration file, created by -# sphinx-quickstart on Tue Aug 16 20:00:41 2016. -# -# This file is execfile()d with the current directory set to its -# containing dir. -# -# Note that not all possible configuration values are present in this -# autogenerated file. -# -# All configuration values have a default; values that are commented out -# serve to show the default. - -import sys -import os - -# If extensions (or modules to document with autodoc) are in another directory, -# add these directories to sys.path here. If the directory is relative to the -# documentation root, use os.path.abspath to make it absolute, like shown here. -#sys.path.insert(0, os.path.abspath('.')) - -# -- General configuration ------------------------------------------------ - -# If your documentation needs a minimal Sphinx version, state it here. -#needs_sphinx = '1.0' - -# Add any Sphinx extension module names here, as strings. They can be -# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom -# ones. -extensions = [ - 'sphinx.ext.autodoc', - 'sphinx.ext.doctest', - 'sphinx.ext.intersphinx', - 'sphinx.ext.todo', - 'sphinx.ext.coverage', - 'sphinx.ext.mathjax', - 'sphinx.ext.ifconfig', -] - -# Add any paths that contain templates here, relative to this directory. -templates_path = ['_templates'] - -# The suffix of source filenames. -source_suffix = '.rst' - -# The encoding of source files. -#source_encoding = 'utf-8-sig' - -# The master toctree document. -master_doc = 'index' - -# General information about the project. -project = u'OpenStack Trove plugin for Fuel' -copyright = u'2016, AT&T Services, Inc.' - -# The version info for the project you're documenting, acts as replacement for -# |version| and |release|, also used in various other places throughout the -# built documents. -# -# The short X.Y version. -version = '1.0-1.0.3-1' -# The full version, including alpha/beta/rc tags. -release = '1.0-1.0.3-1' - -# The language for content autogenerated by Sphinx. Refer to documentation -# for a list of supported languages. -#language = None - -# There are two options for replacing |today|: either, you set today to some -# non-false value, then it is used: -#today = '' -# Else, today_fmt is used as the format for a strftime call. -#today_fmt = '%B %d, %Y' - -# List of patterns, relative to source directory, that match files and -# directories to ignore when looking for source files. -exclude_patterns = [] - -# The reST default role (used for this markup: `text`) to use for all -# documents. -#default_role = None - -# If true, '()' will be appended to :func: etc. cross-reference text. -#add_function_parentheses = True - -# If true, the current module name will be prepended to all description -# unit titles (such as .. function::). -#add_module_names = True - -# If true, sectionauthor and moduleauthor directives will be shown in the -# output. They are ignored by default. -#show_authors = False - -# The name of the Pygments (syntax highlighting) style to use. -pygments_style = 'sphinx' - -# A list of ignored prefixes for module index sorting. -#modindex_common_prefix = [] - -# If true, keep warnings as "system message" paragraphs in the built documents. -#keep_warnings = False - - -# -- Options for HTML output ---------------------------------------------- - -# The theme to use for HTML and HTML Help pages. See the documentation for -# a list of builtin themes. -html_theme = 'default' - -# Theme options are theme-specific and customize the look and feel of a theme -# further. For a list of options available for each theme, see the -# documentation. -#html_theme_options = {} - -# Add any paths that contain custom themes here, relative to this directory. -#html_theme_path = [] - -# The name for this set of Sphinx documents. If None, it defaults to -# " v documentation". -#html_title = None - -# A shorter title for the navigation bar. Default is the same as html_title. -#html_short_title = None - -# The name of an image file (relative to this directory) to place at the top -# of the sidebar. -#html_logo = None - -# The name of an image file (within the static path) to use as favicon of the -# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 -# pixels large. -#html_favicon = None - -# Add any paths that contain custom static files (such as style sheets) here, -# relative to this directory. They are copied after the builtin static files, -# so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['_static'] - -# Add any extra paths that contain custom files (such as robots.txt or -# .htaccess) here, relative to this directory. These files are copied -# directly to the root of the documentation. -#html_extra_path = [] - -# If not '', a 'Last updated on:' timestamp is inserted at every page bottom, -# using the given strftime format. -#html_last_updated_fmt = '%b %d, %Y' - -# If true, SmartyPants will be used to convert quotes and dashes to -# typographically correct entities. -#html_use_smartypants = True - -# Custom sidebar templates, maps document names to template names. -#html_sidebars = {} - -# Additional templates that should be rendered to pages, maps page names to -# template names. -#html_additional_pages = {} - -# If false, no module index is generated. -#html_domain_indices = True - -# If false, no index is generated. -#html_use_index = True - -# If true, the index is split into individual pages for each letter. -#html_split_index = False - -# If true, links to the reST sources are added to the pages. -#html_show_sourcelink = True - -# If true, "Created using Sphinx" is shown in the HTML footer. Default is True. -#html_show_sphinx = True - -# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True. -#html_show_copyright = True - -# If true, an OpenSearch description file will be output, and all pages will -# contain a tag referring to it. The value of this option must be the -# base URL from which the finished HTML is served. -#html_use_opensearch = '' - -# This is the file name suffix for HTML files (e.g. ".xhtml"). -#html_file_suffix = None - -# Output file base name for HTML help builder. -htmlhelp_basename = 'OpenStackTrovepluginforFueldoc' - - -# -- Options for LaTeX output --------------------------------------------- - -latex_elements = { -# The paper size ('letterpaper' or 'a4paper'). -#'papersize': 'letterpaper', - -# The font size ('10pt', '11pt' or '12pt'). -#'pointsize': '10pt', - -# Additional stuff for the LaTeX preamble. -#'preamble': '', -} - -# Grouping the document tree into LaTeX files. List of tuples -# (source start file, target name, title, -# author, documentclass [howto, manual, or own class]). -latex_documents = [ - ('index', 'OpenStackTrovepluginforFuel.tex', u'OpenStack Trove plugin for Fuel Documentation', - u'AT\\&T Services, Inc.', 'manual'), -] - -# The name of an image file (relative to this directory) to place at the top of -# the title page. -#latex_logo = None - -# For "manual" documents, if this is true, then toplevel headings are parts, -# not chapters. -#latex_use_parts = False - -# If true, show page references after internal links. -#latex_show_pagerefs = False - -# If true, show URL addresses after external links. -#latex_show_urls = False - -# Documents to append as an appendix to all manuals. -#latex_appendices = [] - -# If false, no module index is generated. -#latex_domain_indices = True - - -# -- Options for manual page output --------------------------------------- - -# One entry per manual page. List of tuples -# (source start file, name, description, authors, manual section). -man_pages = [ - ('index', 'openstacktrovepluginforfuel', u'OpenStack Trove plugin for Fuel Documentation', - [u'AT&T Services, Inc.'], 1) -] - -# If true, show URL addresses after external links. -#man_show_urls = False - - -# -- Options for Texinfo output ------------------------------------------- - -# Grouping the document tree into Texinfo files. List of tuples -# (source start file, target name, title, author, -# dir menu entry, description, category) -texinfo_documents = [ - ('index', 'OpenStackTrovepluginforFuel', u'OpenStack Trove plugin for Fuel Documentation', - u'AT&T Services, Inc.', 'OpenStackTrovepluginforFuel', 'One line description of project.', - 'Miscellaneous'), -] - -# Documents to append as an appendix to all manuals. -#texinfo_appendices = [] - -# If false, no module index is generated. -#texinfo_domain_indices = True - -# How to display URL addresses: 'footnote', 'no', or 'inline'. -#texinfo_show_urls = 'footnote' - -# If true, do not generate a @detailmenu in the "Top" node's menu. -#texinfo_no_detailmenu = False - - -# -- Options for Epub output ---------------------------------------------- - -# Bibliographic Dublin Core info. -epub_title = u'OpenStack Trove plugin for Fuel' -epub_author = u'AT&T Services, Inc.' -epub_publisher = u'AT&T Services, Inc.' -epub_copyright = u'2016, AT&T Services, Inc.' - -# The basename for the epub file. It defaults to the project name. -#epub_basename = u'OpenStack Trove plugin for Fuel' - -# The HTML theme for the epub output. Since the default themes are not optimized -# for small screen space, using the same theme for HTML and epub output is -# usually not wise. This defaults to 'epub', a theme designed to save visual -# space. -#epub_theme = 'epub' - -# The language of the text. It defaults to the language option -# or en if the language is not set. -#epub_language = '' - -# The scheme of the identifier. Typical schemes are ISBN or URL. -#epub_scheme = '' - -# The unique identifier of the text. This can be a ISBN number -# or the project homepage. -#epub_identifier = '' - -# A unique identification for the text. -#epub_uid = '' - -# A tuple containing the cover image and cover page html template filenames. -#epub_cover = () - -# A sequence of (type, uri, title) tuples for the guide element of content.opf. -#epub_guide = () - -# HTML files that should be inserted before the pages created by sphinx. -# The format is a list of tuples containing the path and title. -#epub_pre_files = [] - -# HTML files shat should be inserted after the pages created by sphinx. -# The format is a list of tuples containing the path and title. -#epub_post_files = [] - -# A list of files that should not be packed into the epub file. -epub_exclude_files = ['search.html'] - -# The depth of the table of contents in toc.ncx. -#epub_tocdepth = 3 - -# Allow duplicate toc entries. -#epub_tocdup = True - -# Choose between 'default' and 'includehidden'. -#epub_tocscope = 'default' - -# Fix unsupported image types using the PIL. -#epub_fix_images = False - -# Scale large images. -#epub_max_image_width = 0 - -# How to display URL addresses: 'footnote', 'no', or 'inline'. -#epub_show_urls = 'inline' - -# If false, no index is generated. -#epub_use_index = True - - -# Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {'http://docs.python.org/': None} diff --git a/docs/source/index.rst b/docs/source/index.rst deleted file mode 100644 index 9201f28..0000000 --- a/docs/source/index.rst +++ /dev/null @@ -1,24 +0,0 @@ -.. OpenStack Trove plugin for Fuel documentation master file, created by - sphinx-quickstart on Tue Aug 16 20:00:41 2016. - You can adapt this file completely to your liking, but it should at least - contain the root `toctree` directive. - -Welcome to OpenStack Trove plugin for Fuel's documentation! -=========================================================== - -Contents: - -.. toctree:: - :maxdepth: 2 - - overview - installation_guide - user_guide - -Indices and tables -================== - -* :ref:`genindex` -* :ref:`modindex` -* :ref:`search` - diff --git a/docs/source/installation_guide.rst b/docs/source/installation_guide.rst deleted file mode 100644 index 924b4e2..0000000 --- a/docs/source/installation_guide.rst +++ /dev/null @@ -1,45 +0,0 @@ -.. _installation: - -Installation Guide -================== - -#. Start with `installing Fuel Master node`_. - -#. Install `Fuel Plugin Builder on Fuel Master node`_. - -#. Install Git on Fuel Master node:: - - [root@fuel ~]# yum install git -y - -#. Clone the plugin from `Github`_.:: - - [root@fuel ~]# git clone http://github.com/openstack/fuel-plugin-dbaas-trove.git -b stable/8.0 - [root@fuel ~]# cd fuel-plugin-dbaas-trove - -#. Download Liberty Trove Debian packages from `Ubuntu Repo`_ and stage - into repositories/ubuntu/ directory. - -.. note:: Liberty version is '4.0.0-0ubuntu1~cloud0_all' - -#. Build the plugin:: - - [root@fuel ~]# fpb --build . - -#. Install the plugin:: - - [root@fuel ~]# fuel plugins --install fuel-plugin-dbaas-trove-1.0-1.0.3-1.noarch.rpm - -#. Verify that the plugin is installed correctly:: - - [root@nailgun ~]# fuel plugins - id | name | version | package_version - ---|-------------------------|---------|---------------- - 1 | fuel-plugin-dbaas-trove | 1.0.3 | 4.0.0 - - - -.. target-notes:: -.. _installing Fuel Master node: https://docs.mirantis.com/openstack/fuel/fuel-8.0/fuel-install-guide.html#introduction-to-fuel-installation -.. _Fuel Plugin Builder on Fuel Master node: https://wiki.openstack.org/wiki/Fuel/Plugins#install_latest -.. _Github: http://github.com/openstack/fuel-plugin-dbaas-trove.git -.. _Ubuntu Repo: http://ubuntu-cloud.archive.canonical.com/ubuntu/pool/main/o/openstack-trove diff --git a/docs/source/overview.rst b/docs/source/overview.rst deleted file mode 100644 index ee719d1..0000000 --- a/docs/source/overview.rst +++ /dev/null @@ -1,53 +0,0 @@ -.. _overview: - -Document purpose -================ - -This document provides instructions for installing, configuring and using -OpenStack Trove plugin for Fuel. - - -OpenStack Trove plugin ----------------------- - -The OpenStack Trove plugin provides ability to install an OpenStack -environment with Trove deployed on dedicated nodes. Trove provides scalable -and reliable Cloud Database as a Service provisioning functionality for both -relational and non-relational database engines, and to continue to improve -its fully-featured and extensible open source framework. - -Plugin is hot-pluggable and It can be enabled in a new environment or existing -deployed environment without the plugin. - -Requirements ------------- - -+----------------------------+--------------------+ -| Requirement | Version/Comment | -+============================+====================+ -| Fuel | 8.0 release | -+----------------------------+--------------------+ -| OpenStack compatibility | Liberty | -+----------------------------+--------------------+ -| Operating systems | Ubuntu 14.04 LTS | -+----------------------------+--------------------+ - - -Limitations ------------ - -OpenStack Trove plugin deploys a dedicated RabbitMQ Cluster on Trove nodes for -for security reasons. -`Dedicated RabbitMQ `_. - -If the OpenStack Trove plugin is enabled for an environment, it is impossible -to assign Trove and Controller roles to the same node. - -There is a Detach RabbitMQ plugin, which enable user to install RabbitMQ -on separate nodes. Detach RabbitMQ plugin role should not be used together -with Trove plugin role, User should ensure that: - - * Trove and RabbitMQ roles shoud not to be assigned to the same nodes - -Trove Guest service on Tenant VM will comminicate with Trove RabbitMQ VIP -over SSL Connection only when the environment is confifured with SSL support. diff --git a/docs/source/user_guide.rst b/docs/source/user_guide.rst deleted file mode 100644 index b03a457..0000000 --- a/docs/source/user_guide.rst +++ /dev/null @@ -1,63 +0,0 @@ -.. _user-guide: - -User Guide -========== - -#. After the plugin is installed, `create a new OpenStack environment`_. - -#. Open the Settings tab of the Fuel web UI and then select the OpenStack - Services menu. Select "Trove Setting" checkbox. - - .. image:: _static/enable_plugin.png - -#. Go to the Nodes tab and here push Add Nodes button - - .. image:: _static/nodes_tab.png - - Note that now Trove role is available in the roles list. - -#. Add nodes to the environment with RabbitMQ role assigned to some of them. - On the screenshot below you may see environment with 1 CONTROLLER, - 1 (COMPUTE + CINDER) and 1 TROVE node. You can assign Trove role to more - than one node. - - .. image:: _static/env_nodes.png - -#. Finish `configuring your environment`_. - -#. `Deploy your environment`_. - - .. image:: _static/env_ready.png - -How it works ------------- - -With the plugin enabled, Fuel deploys RabbitMQ and Trove Services on Trove -nodes and here RabbitMQ is also managed by Pacemaker. Also note that two -separate Pacemaker clusters are running on the Controller and Trove nodes -and they are not aware of each other. - -The Trove service logs could be found at : - - on Trove node in /var/log/trove directory - -When the plugin is enabled, RabbitMQ log could be found in its regular place: - - on Trove node in /var/log/rabbitmq directory - - on master node in /var/log/remote//rabbitmq-\*.log files - -The same applies to log of Pacemaker which manages RabbitMQ. Its location is: - - on Trove node /var/log/pacemaker.log - - on master node in the following files: - - - /var/log/remote//attrd.log - - /var/log/remote//crmd.log - - /var/log/remote//cib.log - - /var/log/remote//lrmd.log - - /var/log/remote//pengine.log - - - -.. target-notes:: -.. _create a new OpenStack environment: https://docs.mirantis.com/openstack/fuel/fuel-8.0/fuel-user-guide.html#create-a-new-openstack-environment -.. _configuring your environment: http://docs.mirantis.com/openstack/fuel/fuel-8.0/fuel-user-guide.html#configure-your-environment -.. _Deploy your environment: http://docs.mirantis.com/openstack/fuel/fuel-8.0/fuel-user-guide.html#deploy-changes - diff --git a/environment_config.yaml b/environment_config.yaml deleted file mode 100644 index 01b6ec7..0000000 --- a/environment_config.yaml +++ /dev/null @@ -1,84 +0,0 @@ -attributes: - metadata: - # Settings group can be one of "general", "security", "compute", "network", - # "storage", "logging", "openstack_services" and "other". - group: 'openstack_services' - label: "Trove Settings" - - auth_name: - value: '' - label: 'Auth Username' - description: '' - weight: 20 - type: "text" - regex: - source: '^[\S]{4,}$' - error: "Username length should not be less than 4 characters" - restrictions: - - action: hide - condition: settings:fuel-plugin-dbaas-trove.metadata.enabled == false - - auth_password: - label: 'Auth Password' - description: '' - weight: 21 - type: 'password' - value: 'changeme' - regex: - source: '^[\S]{8,}$' - error: "Password length should not be less than 8 characters" - restrictions: - - action: hide - condition: settings:fuel-plugin-dbaas-trove.metadata.enabled == false - - db_password: - label: 'Database Password' - description: '' - weight: 22 - type: 'password' - value: 'changeme' - regex: - source: '^[\S]{8,}$' - error: "Password length should not be less than 8 characters" - restrictions: - - action: hide - condition: settings:fuel-plugin-dbaas-trove.metadata.enabled == false - - rabbit_user: - label: 'RabbitMQ Username' - description: '' - weight: 23 - type: 'text' - value: '' - regex: - source: '^[\S]{4,}$' - error: "Username length should not be less than 4 characters" - restrictions: - - action: hide - condition: settings:fuel-plugin-dbaas-trove.metadata.enabled == false - - rabbit_password: - label: 'RabbitMQ Password' - description: '' - weight: 24 - type: 'password' - value: 'changeme' - regex: - source: '^[\S]{8,}$' - error: "Password length should not be less than 8 characters" - restrictions: - - action: hide - condition: settings:fuel-plugin-dbaas-trove.metadata.enabled == false - - rabbit_port: - value: "" - label: "RabbitMQ Port" - description: "" - weight: 25 - type: "text" - restrictions: - - action: hide - condition: settings:fuel-plugin-dbaas-trove.metadata.enabled == false - regex: - source: '^(102[4-9]|10[3-9]\d|1[1-9]\d{2}|[2-9]\d{3}|[1-5]\d{4}|6[0-4]\d{3}|65[0-4]\d{2}|655[0-2]\d|6553[0-5])$' - error: "Invalid Port, Enter a port between 1024 and 65535" diff --git a/metadata.yaml b/metadata.yaml deleted file mode 100644 index a299268..0000000 --- a/metadata.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Plugin name -name: fuel-plugin-dbaas-trove -# Human-readable name for your plugin -title: Trove Service -# Plugin version -version: '1.0.3' -#Description -description: Deploys the Trove services in OpenStack Fuel environment. -# Required fuel version -fuel_version: ['8.0'] -# Specify license of your plugin -licenses: ['Apache License Version 2.0'] -# Specify author or company name -authors: ['Shaik Apsar', 'Bhaskara Duvvuri'] -# A link to the plugin's page -homepage: 'https://github.com/openstack/fuel-plugin-dbaas-trove' -# Specify a group which your plugin implements, possible options: -# network, storage, storage::cinder, storage::glance, hypervisor, -# equipment -groups: [] -# Change `false` to `true` if the plugin can be installed in the environment -# after the deployment. -is_hotpluggable: true - -# The plugin is compatible with releases in the list -releases: - - os: ubuntu - version: liberty-8.0 - mode: ['ha'] - deployment_scripts_path: deployment_scripts/ - repository_path: repositories/ubuntu - -# Version of plugin package -package_version: '4.0.0' diff --git a/network_roles.yaml b/network_roles.yaml deleted file mode 100644 index 1f68ea9..0000000 --- a/network_roles.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Unique network role name -- id: "trove/api" - # Role mapping to network - default_mapping: "management" - properties: - # Should be true if network role requires subnet being set - subnet: true - # Should be true if network role requires gateway being set - gateway: true - # List of VIPs to be allocated - vip: [] - # Unique VIP name - # - name: "vip_name" - # Optional linux namespace for VIP - # namespace: "haproxy" diff --git a/node_roles.yaml b/node_roles.yaml deleted file mode 100644 index fc96ff6..0000000 --- a/node_roles.yaml +++ /dev/null @@ -1,35 +0,0 @@ -trove: - # Role name - name: "Trove" - # Role description - description: | - Trove provides Cloud Database as a Service (DBaaS) by deploying - the Trove components along with the separate RabbitMQ Cluster - installed on the Trove node as well. - # If primary then during orchestration this role will be - # separated into primary-role and role - has_primary: true - # Assign public IP to node if true - public_ip_required: false - # Weight that will be used to sort out the - # roles on the Fuel web UI - weight: 1000 - update_required: - - controller - conflicts: - - compute-vmware - - compute - - cinder-vmware - - virt - - base-os - - controller - - ceph-osd - - ironic - - cinder - - cinder-block-device - limits: - recommended: 3 - min: 0 - restrictions: - - condition: "settings:fuel-plugin-dbaas-trove.metadata.enabled == false" - action: hide diff --git a/pre_build_hook b/pre_build_hook deleted file mode 100755 index dc05e98..0000000 --- a/pre_build_hook +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -# Add here any the actions which are required before plugin build -# like packages building, packages downloading from mirrors and so on. -# The script should return 0 if there were no errors. diff --git a/repositories/centos/.gitkeep b/repositories/centos/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/repositories/ubuntu/.gitkeep b/repositories/ubuntu/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/tasks.yaml b/tasks.yaml deleted file mode 100644 index 327fab5..0000000 --- a/tasks.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# WARNING: `tasks.yaml` will be deprecated in further releases. -# Please, use `deployment_tasks.yaml` to describe tasks instead. - -# This tasks will be applied on controller nodes, -# here you can also specify several roles, for example -# ['cinder', 'compute'] will be applied only on -# cinder and compute nodes -- role: ['controller'] - stage: post_deployment - type: shell - parameters: - cmd: bash deploy.sh - timeout: 42 -# Task is applied for all roles -- role: '*' - stage: pre_deployment - type: shell - parameters: - cmd: echo all > /tmp/plugin.all - timeout: 42 -# "reboot" task reboots the nodes and waits until they get back online -- role: '*' - stage: pre_deployment - type: reboot - parameters: - timeout: 600 diff --git a/volumes.yaml b/volumes.yaml deleted file mode 100644 index 1f871a3..0000000 --- a/volumes.yaml +++ /dev/null @@ -1,7 +0,0 @@ -volumes_roles_mapping: - # Default role mapping - trove: - - {allocate_size: "min", id: "os"} - - {allocate_size: "min", id: "logs"} -# Set here new volumes for your role -volumes: []