RETIRED, Fuel UI
Go to file
Evgeniy L 89e73fa2ae Separate provisioning and deployment handlers in nailgun api
* handler for provisioning selected nodes
  PUT /clusters/1/provision/?nodes=1,2,3
* handler for deployment selected nodes
  PUT /clusters/1/deploy/?nodes=1,2,3
* added nodes parameter for default deployment info
  GET /clusters/1/orchestrator/deployment/defaults/?nodes=1,2
* and added nodes parameter for default and provisioning info
  GET /clusters/1/orchestrator/provisioning/defaults/?nodes=1,2

Implements: blueprint nailgun-separate-provisioning-and-deployment-handlers
Change-Id: I2d6320fe15918f42c2071c62a65490cd7ad5d08c
2013-11-27 17:58:39 +04:00
bin [PRD-1728] Add state for node network interfaces(agent, nailgun, web UI) 2013-11-25 12:45:31 +04:00
dhcp-checker Fix nailgun code to pass flake8 tests 2013-10-30 20:13:27 +04:00
docs [1251632] fix dev-doc Nailgun sections 2013-11-22 10:11:24 +02:00
fuelclient Fixed db cleansing 2013-11-27 17:53:24 +04:00
fuelmenu block disable of all interfaces in Fuel Menu 2013-11-18 14:55:18 +04:00
nailgun Separate provisioning and deployment handlers in nailgun api 2013-11-27 17:58:39 +04:00
naily Separate provisioning and deployment handlers in nailgun api 2013-11-27 17:58:39 +04:00
shotgun Modified some methods a bit and added a couple of tests 2013-10-28 16:30:42 +04:00
.gitignore Small code fixes and improvements 2013-09-30 13:36:30 +03:00
.gitreview Remove trailing empty line from .gitreview 2013-10-05 22:26:37 +04:00
README.md Updated links in readme 2013-08-08 09:16:27 +04:00
netcheck.py Fix nailgun code to pass flake8 tests 2013-10-30 20:13:27 +04:00
run_tests.sh moved and renamed fuel-cli 2013-11-25 18:56:55 +04:00

README.md

FUEL

This is the main repository with ISO build scripts. It has links to two submodules:

  • Astute, which is deployment orchestrator
  • Fuel Library, which is set of Puppet modules

ISO, other materials: http://fuel.mirantis.com/

User guide: http://docs.mirantis.com/

Development documentation: http://docs.mirantis.com/fuel-dev/