Nova metadata dynamic vendordata server for enrolling IPA instances
Go to file
Rob Crittenden c2c3dddda9 Remove stray debugging print 2016-02-26 19:52:00 +00:00
files Install freeipa.json, add it automatically 2016-02-26 19:51:52 +00:00
novajoin Add metadata check to specify whether the instance should enroll 2016-02-26 19:51:40 +00:00
scripts Remove stray debugging print 2016-02-26 19:52:00 +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 Execute IPA permissions installer automatically 2016-02-26 19:51:56 +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.