Skip to content

Instantly share code, notes, and snippets.

View GloriaPG's full-sized avatar

Gloria Palma GloriaPG

View GitHub Profile
Install Packstack
=============
$ yum update
$ yum install -y git wget telnet
$ vi /etc/hosts
add hostname datecXX.sentinel.la
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:
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
@GloriaPG
GloriaPG / CeilometerMitaka.txt
Created December 1, 2016 21:03
Instalar Ceiloemter
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
Install Packstack
=============
$ yum update
$ yum install -y git wget telnet
$ vi /etc/hosts
add hostname datecXX.sentinel.la