-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #218 from omersch381/clean_operator_files
Clean operator files
- Loading branch information
Showing
12 changed files
with
98 additions
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,13 @@ | ||
[DEFAULT] | ||
debug=True | ||
rpc_response_timeout=60 | ||
|
||
quota_api_export_size=1000 | ||
quota_recordset_records=20 | ||
quota_zone_records=500 | ||
quota_zone_recordsets=500 | ||
quota_zones=10 | ||
root-helper=sudo | ||
state_path=/etc/designate/data | ||
debug=True | ||
transport_url=rabbit://stackrabbit:[email protected]:5672/ | ||
|
||
healthcheck_enabled=True | ||
transport_url={{ .TransportURL }} | ||
|
||
[database] | ||
connection={{ .DatabaseConnection }} | ||
|
@@ -23,15 +18,13 @@ connection={{ .DatabaseConnection }} | |
[coordination] | ||
backend_url=memcached://127.0.0.1:11211 | ||
|
||
|
||
[service:api] | ||
quotas_verify_project_id=True | ||
auth_strategy=keystone | ||
enable_api_admin=True | ||
enable_api_v2=True | ||
enable_host_header=True | ||
enabled_extensions_admin=quotas | ||
enabled_extension_v2 = | ||
|
||
[service:central] | ||
workers=2 | ||
|
@@ -59,26 +52,11 @@ lock_path=/opt/stack/data/designate | |
enforce_scope=True | ||
enforce_new_defaults=True | ||
|
||
[health_manager] | ||
health_update_threads=4 | ||
stats_update_threads=4 | ||
# heartbeat_key=FIXMEkey1 | ||
|
||
[keystone_authtoken] | ||
username={{ .ServiceUser }} | ||
# password=FIXMEpw3 | ||
project_name=service | ||
project_domain_name=Default | ||
user_domain_name=Default | ||
auth_type=password | ||
# memcache_use_advanced_pool=True | ||
# memcached_servers=FIXMEhost1:11211 | ||
# region_name=regionOne | ||
|
||
#interface=internal | ||
|
||
# cafile=/opt/stack/data/ca-bundle.pem | ||
#cafile=/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem | ||
|
||
[keystone] | ||
password={{ .AdminPassword }} | ||
region_name=RegionOne |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
echo "This is for debugging purposes only, setups the env for the init.sh to run" | ||
export AdminPassword=12345678 | ||
export DatabaseHost=openstack | ||
export DatabaseUser=designate | ||
export DatabasePassword=12345678 | ||
export DatabaseName=designate | ||
export TransportURL=rabbit://default_user_P3R2c2-n3Pzpj1Gx6lf:[email protected]:5672 | ||
export BackendURL=redis://redis:6379/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.