Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update enabled services in localrc's #15

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contrail/localrc-multinode-compute
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ DEBUG=True
LOGFILE=$STACK_DIR/log/stack.log
LOGDAYS=1

ENABLED_SERVICES=n-cpu,rabbit,g-api,neutron,q-agt,agent,vif
ENABLED_SERVICES=n-cpu,rabbit,g-api,neutron,agent,vif

Q_USE_DEBUG_COMMAND=True
PHYSICAL_NETWORK=default
Expand Down
6 changes: 3 additions & 3 deletions contrail/localrc-multinode-server
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ LOGDAYS=1

disable_service n-net
enable_service q-svc
enable_service q-agt
enable_service q-dhcp
enable_service q-l3
disable_service q-agt
disable_service q-dhcp
disable_service q-l3
enable_service q-meta
enable_service neutron
enable_service rabbit
Expand Down
6 changes: 3 additions & 3 deletions contrail/localrc-single
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ LOGDAYS=1

disable_service n-net
enable_service q-svc
enable_service q-agt
enable_service q-dhcp
enable_service q-l3
disable_service q-agt
disable_service q-dhcp
disable_service q-l3
enable_service q-meta
enable_service neutron
enable_service contrail
Expand Down
2 changes: 1 addition & 1 deletion contrail/localrc.compute
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ HOST_IP=10.84.13.34
# Set this to IP address of config (master) node
SERVICE_HOST=10.84.13.1

ENABLED_SERVICES=n-cpu,rabbit,q-agt,agent
ENABLED_SERVICES=n-cpu,rabbit,g-api,neutron,agent,vif

MYSQL_HOST=$SERVICE_HOST
RABBIT_HOST=$SERVICE_HOST
Expand Down
6 changes: 3 additions & 3 deletions contrail/localrc.master
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Enable Neutron
disable_service n-net
enable_service q-svc
enable_service q-agt
enable_service q-dhcp
enable_service q-l3
disable_service q-agt
disable_service q-dhcp
disable_service q-l3
enable_service q-meta
enable_service neutron
enable_service contrail
Expand Down