Nova metadata dynamic vendordata server for enrolling IPA instances
Go to file
Rob Crittenden bf13847e06 Initial commit 2016-02-26 19:47:47 +00:00
files Initial commit 2016-02-26 19:47:47 +00:00
novajoin Initial commit 2016-02-26 19:47:47 +00:00
scripts Initial commit 2016-02-26 19:47:47 +00:00
LICENSE Initial commit 2016-02-26 19:47:47 +00:00
MANIFEST.in Initial commit 2016-02-26 19:47:47 +00:00
Makefile Initial commit 2016-02-26 19:47:47 +00:00
README.md Initial commit 2016-02-26 19:47:47 +00:00
setup.py Initial commit 2016-02-26 19:47:47 +00:00

README.md

novajoin Package

This Python package provides a hook in the OpenStack nova compute service to manage host instantiation in an IPA server.

Build

In this directory, run:

python setup.py build

Installation

In this directory, run:

python setup.py install

Configuration

Run novajoin-install to install and configure the hooks on a pre-installed nova server.

Copyright and License

Copyright 2016 Red Hat, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.