rcbops/rpc-designate

Name: rpc-designate

Owner: rcbops

Description: null

Created: 2017-09-27 16:11:48.0

Updated: 2018-04-25 15:10:34.0

Pushed: 2018-04-25 15:10:33.0

Homepage: null

Size: 55

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

rpc-designate

This repository simplifies the installation of Designate into RPC-O or OSA.

Deploying

Deploying to either and AIO or regular environment is the same process. For more detail please refer to the INSTALLATION file included in the repository.

Update the host to the latest packages

apt-get update && apt-get -y dist-upgrade && reboot

Install RPC-O as an AIO

When installing in an AIO environment, a bind server will be configured on the host.

sudo add-apt-repository ppa:canonical-kernel-team/ppa cd /opt git clone –recursive -b newton https://github.com/rcbops/rpc-openstack.git cd rpc-openstack/ export DEPLOY_AIO=“yes” ./scripts/deploy.sh

Install Designate

cd /opt git clone https://github.com/rcbops/rpc-designate.git cd rpc-designate ./scripts/deploy.sh


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.