Skip to content

Instantly share code, notes, and snippets.

@ahsan518
Created November 3, 2016 16:16
Show Gist options
  • Save ahsan518/eb777354a78b975efd5f441b72fcf77a to your computer and use it in GitHub Desktop.
Save ahsan518/eb777354a78b975efd5f441b72fcf77a to your computer and use it in GitHub Desktop.
[DEFAULT]
# Set Debug level
debug=True
# Log file for craton inventory
log_file=craton-api.log
[api]
# Host IP to use for API service
host=0.0.0.0
# Port to use for API service
port=8080
# Paste Config file to use
api_paste_config=/craton/etc/craton-api-paste.ini
# The name of the Paste pipeline to use for Craton.
#
# Pipelines are organized according to authentication scheme. The available
# choices are:
#
# - ``local-auth`` (the default) Uses Craton's default authentication and
# authorization scheme
# - ``keystone-auth`` Uses Keystone for identity, authentication, and
# authorization
paste_pipeline = keystone-auth
# Keystone Middlewre settings
[keystone_authtoken]
auth_uri = http://192.168.3.9:5000/v3
auth_url = http://192.168.3.9:5000/v3
project_name = service
username = craton
password = secrete
project_domain_id = default
user_domain_id = default
auth_type = password
openstack user create --project service --description 'Craton Service User' --password-prompt --enable craton
openstack role add --user craton --project service admin
openstack service create --description 'Craton Fleet Management' --name 'craton' --enable fleet_management
for endpoint_type in admin internal public; do openstack endpoint create fleet_management $endpoint_type http://172.17.0.11:8080/v1 --region RegionOne; done
root@aio1-utility-container-32b9fe22:~# openstack catalog list
+------------+------------------+---------------------------------------------------------------------------------+
| Name | Type | Endpoints |
+------------+------------------+---------------------------------------------------------------------------------+
| cinderv2 | volumev2 | RegionOne |
| | | public: http://192.168.3.9:8776/v2/4e3639d9317e493db40386b659b6b26a |
| | | RegionOne |
| | | internal: http://172.29.236.100:8776/v2/4e3639d9317e493db40386b659b6b26a |
| | | RegionOne |
| | | admin: http://172.29.236.100:8776/v2/4e3639d9317e493db40386b659b6b26a |
| | | |
| heat-cfn | cloudformation | RegionOne |
| | | admin: http://172.29.236.100:8000/v1 |
| | | RegionOne |
| | | internal: http://172.29.236.100:8000/v1 |
| | | RegionOne |
| | | public: http://192.168.3.9:8000/v1 |
| | | |
| swift | object-store | RegionOne |
| | | admin: http://172.29.236.100:8080/v1/AUTH_4e3639d9317e493db40386b659b6b26a |
| | | RegionOne |
| | | public: http://192.168.3.9:8080/v1/AUTH_4e3639d9317e493db40386b659b6b26a |
| | | RegionOne |
| | | internal: http://172.29.236.100:8080/v1/AUTH_4e3639d9317e493db40386b659b6b26a |
| | | |
| nova | compute | RegionOne |
| | | public: http://192.168.3.9:8774/v2.1/4e3639d9317e493db40386b659b6b26a |
| | | RegionOne |
| | | admin: http://172.29.236.100:8774/v2.1/4e3639d9317e493db40386b659b6b26a |
| | | RegionOne |
| | | internal: http://172.29.236.100:8774/v2.1/4e3639d9317e493db40386b659b6b26a |
| | | |
| neutron | network | RegionOne |
| | | internal: http://172.29.236.100:9696 |
| | | RegionOne |
| | | public: http://192.168.3.9:9696 |
| | | RegionOne |
| | | admin: http://172.29.236.100:9696 |
| | | |
| heat | orchestration | RegionOne |
| | | internal: http://172.29.236.100:8004/v1/4e3639d9317e493db40386b659b6b26a |
| | | RegionOne |
| | | admin: http://172.29.236.100:8004/v1/4e3639d9317e493db40386b659b6b26a |
| | | RegionOne |
| | | public: http://192.168.3.9:8004/v1/4e3639d9317e493db40386b659b6b26a |
| | | |
| cinder | volume | RegionOne |
| | | admin: http://172.29.236.100:8776/v1/4e3639d9317e493db40386b659b6b26a |
| | | RegionOne |
| | | internal: http://172.29.236.100:8776/v1/4e3639d9317e493db40386b659b6b26a |
| | | RegionOne |
| | | public: http://192.168.3.9:8776/v1/4e3639d9317e493db40386b659b6b26a |
| | | |
| keystone | identity | RegionOne |
| | | public: http://192.168.3.9:5000/v3 |
| | | RegionOne |
| | | internal: http://172.29.236.100:5000/v3 |
| | | RegionOne |
| | | admin: http://172.29.236.100:35357/v3 |
| | | |
| craton | fleet_management | RegionOne |
| | | public: http://172.17.0.11:8080/v1 |
| | | RegionOne |
| | | internal: http://172.17.0.11:8080/v1 |
| | | RegionOne |
| | | admin: http://172.17.0.11:8080/v1 |
| | | |
| ceilometer | metering | RegionOne |
| | | admin: http://172.29.236.100:8777/ |
| | | RegionOne |
| | | public: http://192.168.3.9:8777 |
| | | RegionOne |
| | | internal: http://172.29.236.100:8777 |
| | | |
| aodh | alarming | RegionOne |
| | | admin: http://172.29.236.100:8042 |
| | | RegionOne |
| | | public: http://192.168.3.9:8042 |
| | | RegionOne |
| | | internal: http://172.29.236.100:8042 |
| | | |
| glance | image | RegionOne |
| | | public: http://192.168.3.9:9292 |
| | | RegionOne |
| | | internal: http://172.29.236.100:9292 |
| | | RegionOne |
| | | admin: http://172.29.236.100:9292 |
| | | |
+------------+------------------+---------------------------------------------------------------------------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment