- e4fe9ec revert remaining step and playbooks by Tony Mack · 9 years ago
- 6b448e1 Now pulling port forwarding information directly from XOS by Andy Bavier · 9 years ago
- c12ee48 revert merge from domain_auth branch by Tony Mack · 9 years ago
- dc182bd bump response index in map_sync_outputs where we've added a get_token task to the corresponding playbook by Tony Mack · 9 years ago
- 0557392 cannot assume default admin tenant will be named 'admin'. Get default admin tenant name from controller instance by Tony Mack · 9 years ago
- 4b51f21 fix member names map_inputs --> map_sync_inputs, map_outputs --> map_sync_outputs by Scott Baker · 9 years ago
- 09da2e4 Fix problem with token.stdout by Andy Bavier · 9 years ago
- 853d65c specify full path to get_token.sh by Tony Mack · 9 years ago
- 993a131 congroller -> controller by Scott Baker · 9 years ago
- 5e06cf8 resolve merge conflicts by Tony Mack · 9 years ago
- 96687bf eliminate console io by Scott Baker · 9 years ago
- 07e5d7e cleanup console io by Scott Baker · 9 years ago
- da2d4e7 assuming this call to map_delete_outputs was supposed to be to map_delete_inputs by Scott Baker · 9 years ago
- a54a07c provide a way to turn off observer console output by Scott Baker · 9 years ago
- 3062778 add run_once methods for model_policy and event_loop by Scott Baker · 9 years ago
- 2aa1c03 Bug fix in sync_instances by Sapan Bhatia · 9 years ago
- d18f24f Removed remnants from the failed ansible-only rewrite of the Synchronizer by Sapan Bhatia · 9 years ago
- 382ad25 Bug fix by Sapan Bhatia · 9 years ago
- b5e2544 Fixed some typos by Sapan Bhatia · 9 years ago
- 3674edf Missing annotation in sync_controller_slices by Sapan Bhatia · 9 years ago
- 7f30519 Fixed a typo by Sapan Bhatia · 9 years ago
- 39f2753 New style invocations, lost during rebase by Sapan Bhatia · 9 years ago
- ae4b067 Misplaced calls from old style invocation by Sapan Bhatia · 9 years ago
- 6bfea4e Can't filter a list by Sapan Bhatia · 9 years ago
- d18705f Do away with counting return values. Instead, look for failure status by Sapan Bhatia · 9 years ago
- c5b1443 Generic dependency checking phantom step by Sapan Bhatia · 9 years ago
- b53b109 Bug fix by Sapan Bhatia · 9 years ago
- 8b90de3 Insert phantom dependency-checking steps to honor dependencies on by Sapan Bhatia · 9 years ago
- c239f67 Refactored sync steps, making ansible explicit by Sapan Bhatia · 9 years ago
- 203f03e Support aggregation of multiple models by Sapan Bhatia · 9 years ago
- a9fb148 store mac address for ports that users create before slice by Scott Baker · 9 years ago
- d84888d fix variable name conflict by Scott Baker · 9 years ago
- 9ad5d76 rename sync_slivers.yaml yo sync_instances.yaml by Scott Baker · 9 years ago
- cf9d2c5 rename by Tony Mack · 9 years ago
- 3ceb16f observer steps get v3 token using domain auth and use token at v2 api endpoints by Tony Mack · 9 years ago
- 3201006 replaces all occurrences of "{S,s}liver{s,}" with {I,i}nstance{s,} by Tony Mack · 9 years ago
- b956a5d resolve merge conflicts by Tony Mack · 9 years ago
- a42f2bb Add capability to disable login via NAT (e.g., for vanilla OpenStack) by Andy Bavier · 9 years ago
- e553b47 store neutron mac addr in port object by Scott Baker · 9 years ago
- 023e1fe fix null value sent to nova quota update by Scott Baker · 9 years ago
- 26ea0eb resolve merge conflicts by Tony Mack · 9 years ago
- bde3632 rename NetworkSliver-->Port in observers by Scott Baker · 9 years ago
- 3773b09 add DeferredException for steps that want to wait only a short while and try again by Scott Baker · 9 years ago
- 895d804 resolve merge conflicts by Tony Mack · 9 years ago
- 43f2cc4 defer sync_network_slivers if network.net_id is not set by Scott Baker · 9 years ago
- e40ae7f deal with lazy-clocked controllernetwork objects by Scott Baker · 9 years ago
- 5ab30e6 the wrong sliver was being used to get controller when syncing user-created networkslivers by Scott Baker · 9 years ago
- 7ce89a9 clean up some debugging statements by Scott Baker · 9 years ago
- 94610b2 fix wrong slice used when getting controller for ControllerNetwork object by Scott Baker · 9 years ago
- 19b4563 add no_sync field to all models; expose in sliver inline by Scott Baker · 9 years ago
- 4d635b5 plumb ports through to slivers by Scott Baker · 9 years ago
- 533f5bb fix ports not connected to slivers when instantiated by Scott Baker · 9 years ago
- 14823dd replace all occurrences of {Ss}liver{s,} with {Ii}nstance{s,} by Tony Mack · 9 years ago
- d851547 replace all occurrences of {Ss}liver{s,} with {Ii}nstance{s,} by Tony Mack · 9 years ago
- 2c27a2c cleanup by Scott Baker · 9 years ago
- 4322d1b store the ip address too by Scott Baker · 9 years ago
- 6bff47f instantiate networkslivers that are created by user by Scott Baker · 9 years ago
- ff1080f Change admin role to lowercase, convert tabs to white by Andy Bavier · 9 years ago
- 4182ccc Change admin role to lowercase by Andy Bavier · 9 years ago
- 7ea40ce set dns_nameservers to 8.8.8.8 by Scott Baker · 9 years ago
- 5b961e0 add reset_queries() in hopes of preventing memory exhaustion if DEBUG=True by Scott Baker · 10 years ago
- 5fd44ff Use ssh pipelining by Andy Bavier · 10 years ago
- ac71138 Fixes the accumulating - 2 in backend_status. Resolves #91. by Sapan Bhatia · 10 years ago
- 01b2683 Do not create spurious networks. Resolves #32 by Sapan Bhatia · 10 years ago
- 7dac966 Resolve discrepancy between ids Fixes #68 and #69. by Sapan Bhatia · 10 years ago
- 30d993f Merge branch 'master' of github.com:open-cloud/xos by Sapan Bhatia · 10 years ago
- 1eecb2e Fix update of backend status fields by Sapan Bhatia · 10 years ago
- df85e80 Suppress extra newline in ansible output, which prevents playbook from running by Sapan Bhatia · 10 years ago
- 01298ed Support for innocuous exceptions. Fail and retry, but do not report as error in GUI. by Sapan Bhatia · 10 years ago
- 78548a5 private key must not be world or group readable by Scott Baker · 10 years ago
- 686add6 save the stderr output also by Scott Baker · 10 years ago
- af09d37 add save_ansible_output option; for ssh-ansible use named files rather than tmp files; refactor get_playbook_fn by Scott Baker · 10 years ago
- 1736dba return error if ansible has unreachable results by Scott Baker · 10 years ago
- 5d51807 Minor tweaks, indentation issues by Sapan Bhatia · 10 years ago
- e8d5019 Switched tenant deletion to Ansible by Sapan Bhatia · 10 years ago
- 78b79e7 Switched network deletion over to Ansible by Sapan Bhatia · 10 years ago
- 06b1a88 Added support for disabling controllers when they are down by Sapan Bhatia · 10 years ago
- e78aef1 fix typo by Scott Baker · 10 years ago
- f16ed22 turn off strict host key checking by Scott Baker · 10 years ago
- edc8a20 verbose ansible script by Scott Baker · 10 years ago
- 1c0496a make observers stoppable by keyboard interrupt by Scott Baker · 10 years ago
- 2f8608b fix path of default run_ansible script by Scott Baker · 10 years ago
- dec77b5 run_temlpate_ssh(); report ValueError message; use subprocess.Popen instead of os.popen by Scott Baker · 10 years ago
- 5fb6832 refuse to instantiate sliver if private network is not ready by Scott Baker · 10 years ago
- 5b04461 add service.public_key; make sync_slivers get image id from ControllerImage object by Scott Baker · 10 years ago
- 3d56f04 Fixed a typo by Sapan Bhatia · 10 years ago
- e09fb98 Lazy creation of Neutron Networks. The creation of networks is deferred to when the first Sliver for a slice is created on a given controller, rather than at Slice creation time. Resolves #74 by Sapan Bhatia · 10 years ago
- 7f252d0 Merge branch 'fixes' by Andy Bavier · 10 years ago
- a4025e9 Account for change in playbook by Andy Bavier · 10 years ago
- 9473f5e Fix problems with generated user data by Andy Bavier · 10 years ago
- 85d7cd5 Fix problems with generated user data by Andy Bavier · 10 years ago
- 495e8f7 Fixed typo, set default value of pretend to false by Sapan Bhatia · 10 years ago
- 3805095 Read xos_dir out of config file by Sapan Bhatia · 10 years ago
- c7a09c8 Fixed typo, set default value of pretend to false by Sapan Bhatia · 10 years ago
- 84cdde7 Read xos_dir out of config file by Sapan Bhatia · 10 years ago
- 8034bac Fix missing import in ansible.py by Sapan Bhatia · 10 years ago
- 16df721 Added missing import. Fixes #67. by Sapan Bhatia · 10 years ago
- 772fa3c protect against crashes in ns.save() by Scott Baker · 10 years ago
- ff7da47 Prevent Observers other than the Core Observer from running model policies. This resolves the duplicate object issue, which would cause multiple dependent objects such as ControllerNetwork objects to be created automatically. Solves #65. by Sapan Bhatia · 10 years ago
- 258176e Fix issue with spaces in objects by Sapan Bhatia · 10 years ago