aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/gnocchi-api.yaml
AgeCommit message (Expand)AuthorFilesLines
2016-08-29Merge "Set the default gnocchi driver to swift"Jenkins1-1/+1
2016-08-25Mv ceilo, aodh, and gnocchi out of controller.yamlDan Prince1-0/+12
2016-08-25Merge "Enable gnocchi systemd services"Jenkins1-1/+0
2016-08-24Set the default gnocchi driver to swiftPradeep Kilambi1-1/+1
2016-08-18Enable gnocchi systemd servicesMichele Baldessari1-1/+0
2016-08-18Add DefaultPasswords to composable servicesDan Prince1-0/+4
2016-08-18Pass ServiceNetMap to servicesGiulio Fidente1-0/+7
2016-08-16gnocchi: use new authtoken parametersEmilien Macchi1-5/+20
2016-08-09Move gnocchi's kestone::auth parameters to API profileJuan Antonio Osorio Robles1-1/+15
2016-07-29Merge "Convert service_name to underscore syntax"Jenkins1-1/+1
2016-07-28Convert service_name to underscore syntaxSteven Hardy1-1/+1
2016-07-27Migrate Puppet Hieradata to composable servicesEmilien Macchi1-0/+1
2016-07-25Composable firewall rulesDan Prince1-0/+5
2016-07-22Add 'service_name' to composable servicesDan Prince1-0/+1
2016-07-12Gnocchi composable rolesPradeep Kilambi1-0/+27
hen: "INSTALLER_TYPE == 'fuel'" post_tasks: # if huawei-pod1 then copy storeperf_adminrc to deployment location? - name: add huawei-pod1 so we can copy storeperf_admin-rc to pod add_host: name: huawei-pod1 ansible_ssh_host: "192.168.200.1" ansible_ssh_pass: root ansible_ssh_use: root when: "NODE_NAME == 'huawei-pod1'" - hosts: huawei-pod1 tasks: - name: copy a admin-rc file for StorPerf integration to the deployment location copy: src: "{{ storperf_rc }}" dest: /root/ - hosts: fuel_jumphost roles: - create_fuel_pod_yaml