This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Install Packstack | |
============= | |
$ yum update | |
$ yum install -y git wget telnet | |
$ vi /etc/hosts | |
add hostname datecXX.sentinel.la |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
heat_template_version: 2013-05-23 | |
description: > | |
An example Heat Orchestration Template (HOT). | |
WordPress is web software you can use to create a beautiful website | |
or blog. This template installs two instances: one running a | |
WordPress deployment and the other using a local MySQL database to | |
store the data. | |
parameters: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HeatTemplateFormatVersion: '2012-12-12' | |
Description: Template to test Neutron resources | |
Resources: | |
network: | |
Type: OS::Neutron::Net | |
Properties: {name: the_network} | |
unnamed_network: | |
Type: 'OS::Neutron::Net' | |
admin_down_network: | |
Type: OS::Neutron::Net |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
instalar ceilometer | |
1) Instalar mongo desde:https://www.digitalocean.com/community/tutorials/how-to-install-mongodb-on-ubuntu-16-04 | |
2)Verificar que este bindeado a 0.0.0.0, probar telnet a localhost y 27017 | |
3)crear usuario de ceilometer | |
mongo --host 127.0.0.1 --eval 'db = db.getSiblingDB("ceilometer"); db.createUser({user: "ceilometer", pwd: "CEILOMETER_DBPASS", roles: [ "readWrite", "dbAdmin" ]})' | |
4) Añadir rol de admin al usuario ceilometer |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Install Packstack | |
============= | |
$ yum update | |
$ yum install -y git wget telnet | |
$ vi /etc/hosts | |
add hostname datecXX.sentinel.la |