Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
Boot launch plan with pd
Browse files Browse the repository at this point in the history
  • Loading branch information
oldpatricka committed Jan 8, 2014
1 parent c37046a commit 761227b
Show file tree
Hide file tree
Showing 10 changed files with 50 additions and 10 deletions.
2 changes: 1 addition & 1 deletion plan/common/deps.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ epu_archive_url: ${global.epu_archive_url}
epu_install_method: ${global.epu_install_method}

epu_git_repo: https://github.com/nimbusproject/epu.git
epu_git_branch: master
epu_git_branch: ${global.epu_git_branch}
epu_git_commit: HEAD

# rabbitmq credentials
Expand Down
20 changes: 19 additions & 1 deletion plan/epum/epum.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,25 @@
}
},
"epumanagement": {
"default_user": "${epu_username}"
"provisioner_vars": {
"broker_host": "${rabbitmq_host}",
"broker_port": 5672,
"broker_username": "${rabbitmq_username}",
"broker_password": "${rabbitmq_password}",
"broker_exchange": "default_dashi_exchange",
"broker_vhost": "/"
},
"default_user": "${epu_username}",
"initial_definitions": {
"pd_definition": {
"general": {
"engine_class": "epu.decisionengine.impls.needy.NeedyEngine"
},
"health": {
"monitor_health": false
}
}
}
}
}
}
Expand Down
20 changes: 19 additions & 1 deletion plan/epumzoo/epum.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,25 @@
}
},
"epumanagement": {
"default_user": "${epu_username}"
"provisioner_vars": {
"broker_host": "${rabbitmq_host}",
"broker_port": 5672,
"broker_username": "${rabbitmq_username}",
"broker_password": "${rabbitmq_password}",
"broker_exchange": "default_dashi_exchange",
"broker_vhost": "/"
},
"default_user": "${epu_username}",
"initial_definitions": {
"pd_definition": {
"general": {
"engine_class": "epu.decisionengine.impls.needy.NeedyEngine"
},
"health": {
"monitor_health": false
}
}
}
}
}
}
Expand Down
1 change: 0 additions & 1 deletion plan/provisioner/provisioner.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
"secret": "${ctxbroker_secret}"
},
"ssl_no_host_check": "True",
"contextualization_disabled": "True",
"statsd": {
"host": "localhost",
"port": 8125
Expand Down
1 change: 0 additions & 1 deletion plan/provisionerzoo/provisioner.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@
"secret": "${ctxbroker_secret}"
},
"ssl_no_host_check": "True",
"contextualization_disabled": "True",
"statsd": {
"host": "localhost",
"port": 8125
Expand Down
1 change: 1 addition & 0 deletions plan/real.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ cookbooks_archive_url: http://build.nimbusproject.org:8001/phantom-cookbooks/mas
epu_retrieve_method: offline_archive
epu_archive_url: http://build.nimbusproject.org:8001/epu/master/epu-HEAD.tar.gz
epu_install_method: py_venv_offline_setup
epu_git_branch: master

phantom_retrieve_method: offline_archive
phantom_archive_url: http://build.nimbusproject.org:8001/Phantom/master/Phantom-HEAD.tar.gz
Expand Down
1 change: 1 addition & 0 deletions plan/test-tarball.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ cookbooks_archive_url: http://build.nimbusproject.org:8001/phantom-cookbooks/mas
epu_retrieve_method: offline_archive
epu_archive_url: http://build.nimbusproject.org:8001/epu/master/epu-HEAD.tar.gz
epu_install_method: py_venv_offline_setup
epu_git_branch: master

phantom_retrieve_method: offline_archive
phantom_archive_url: http://build.nimbusproject.org:8001/Phantom/master/Phantom-HEAD.tar.gz
Expand Down
1 change: 1 addition & 0 deletions plan/test-zoo-tarball.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ cookbooks_archive_url: http://build.nimbusproject.org:8001/phantom-cookbooks/mas
epu_retrieve_method: offline_archive
epu_archive_url: http://build.nimbusproject.org:8001/epu/master/epu-HEAD.tar.gz
epu_install_method: py_venv_offline_setup
epu_git_branch: master

phantom_retrieve_method: offline_archive
phantom_archive_url: http://build.nimbusproject.org:8001/Phantom/master/Phantom-HEAD.tar.gz
Expand Down
12 changes: 7 additions & 5 deletions plan/test-zoo.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ cookbooks_archive_url: https://github.com/nimbusproject/phantom-cookbooks/archiv
epu_retrieve_method: git
epu_archive_url: http://build.nimbusproject.org:8001/epu/master/epu-HEAD.tar.gz
epu_install_method: py_venv_setup
epu_git_branch: stream-prototype

phantom_retrieve_method: git
phantom_archive_url: http://build.nimbusproject.org:8001/Phantom/master/Phantom-HEAD.tar.gz
Expand All @@ -33,8 +34,9 @@ level1: basenodezoo/basenode.conf
level2: dtrszoo/dtrs.conf
level3: provisionerzoo/provisioner.conf
level4: epumzoo/epum.conf
level5: mysql/mysql.conf
level6: phantom/phantom.conf
level7: phantomweb/phantomweb.conf
level8: opentsdbproxy/opentsdbproxy.conf
level9: newuser/newuser.conf
level5: pd/pd.conf
level6: mysql/mysql.conf
level7: phantom/phantom.conf
level8: phantomweb/phantomweb.conf
level9: opentsdbproxy/opentsdbproxy.conf
level10: newuser/newuser.conf
1 change: 1 addition & 0 deletions plan/test.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ epu_install_method: py_venv_setup
phantom_retrieve_method: git
phantom_archive_url: http://build.nimbusproject.org:8001/Phantom/master/Phantom-HEAD.tar.gz
phantom_install_method: py_venv_setup
epu_git_branch: master

phantomweb_retrieve_method: git
phantomweb_archive_url: http://build.nimbusproject.org:8001/PhantomWebApp/master/PhantomWebApp-HEAD.tar.gz
Expand Down

0 comments on commit 761227b

Please sign in to comment.