mwhahaha / fuel-devops-tripleo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fuel-devops-tripleo

fuel-devops + tripleo = environments

Usage

  1. setup fuel-devops using master (3.x). Adjust package names if necessary for RHEL/CentOS. NOTE: You can use sqlite on CentOS just fine. Postgres configuration isn't exactly the same, so YMMV

    HINT: export WORKING_DIR=~/fuel-devops/ export DEVOPS_DB_NAME=$WORKING_DIR/fuel-devops export DEVOPS_DB_ENGINE="django.db.backends.sqlite3"

  2. Grab your favorite cloud .qcow2 image and put it in images/base.qcow2

  3. run launch.sh

  4. ssh to undercloud

  5. do stuff

  6. You need to manually configure vbmc

    yum install python-virtualbmc ENV_NAME=rhel8 vbmc add rhel8_node-1 --port 6200 --username admin --password tripleo vbmc add rhel8_node-2 --port 6201 --username admin --password tripleo vbmc start rhel8_node-1 vbmc start rhel8_node-2

    buildjson.sh can be used to generate the instackenv.json for the introspection

About

License:Apache License 2.0


Languages

Language:Shell 100.0%