{"id":16696375,"url":"https://github.com/gbevan/partout_openstack_poc","last_synced_at":"2026-04-17T19:02:39.248Z","repository":{"id":85850066,"uuid":"62347959","full_name":"gbevan/partout_openstack_poc","owner":"gbevan","description":"PoC using Partout to deploy OpenStack","archived":false,"fork":false,"pushed_at":"2018-08-26T19:47:05.000Z","size":238,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-29T23:00:37.958Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gbevan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-06-30T23:17:09.000Z","updated_at":"2024-10-04T07:41:29.000Z","dependencies_parsed_at":"2023-03-06T20:45:43.884Z","dependency_job_id":null,"html_url":"https://github.com/gbevan/partout_openstack_poc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gbevan/partout_openstack_poc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbevan%2Fpartout_openstack_poc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbevan%2Fpartout_openstack_poc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbevan%2Fpartout_openstack_poc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbevan%2Fpartout_openstack_poc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gbevan","download_url":"https://codeload.github.com/gbevan/partout_openstack_poc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbevan%2Fpartout_openstack_poc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31941845,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T17:28:00.536Z","updated_at":"2026-04-17T19:02:39.213Z","avatar_url":"https://github.com/gbevan.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Create a Dev OpenStack Private Cloud using the Partout DevOps Tool\n\n(See [Partout on GitHub](https://github.com/partoutx/partout) and sister project [gbevan/partout_baremetal_poc](https://github.com/gbevan/partout_baremetal_poc))\n\n![PoC Design](PoC_Diagram.jpg)\n\n(these notes are pretty rough - this is a work in progress...)\n\n## Kit\n\n* 2 x Dell PowerEdge Blades\n\n## Prereqs\n\n* A deployed [Partout](https://github.com/partoutx/partout) master with this git project cloned as a site manifest, e.g.:\n\n```\n    cd /opt/partout/etc/manifest\n    git clone git@github.com:gbevan/partout_openstack_poc.git openstack\n```\n\nin the openstack environment folder create file files/ssh_pub_key.rsa.  Copy in your ssh public key to allow logins to the target nodes.\n\n## Setup\n\n* The two blades have Ubuntu Server 14.04 LTS installed\n* As the controller node is a uvt-kvm virtual machine running on manager1, grub needed tweaking with:\n\n    GRUB_CMDLINE_LINUX_DEFAULT=\"iommu=memaper=3\"\n\n* Mount the partout_agent share from the partout master (or download it):\n\n```\n    your_master_node:/opt/partout/agent /opt/partout/agent nfs _netdev,ro,nolock,intr,bg 0 0\n```\n\n* Review the site.p2 for your site setup - it makes some hardcoded assumptions on node naming and their roles.\n* Run partout-agent on the manager1 node:\n\n```\n    cd /opt/partout/agent\n    bin/partout-agent --once -y\n```\n\n* This will start the controller1 uvt-kvm virtual guest and start partout-agent to configure it.  Monitor progress in controller1 by tailing file ```/var/log/cloud-init-output.log```.\n* The agent's SSL Certificate Signing Request will need to be signed on the master.\n\nYou need to set this agent to be in the openstack environment, on the master.\n\n* Repeat mounting the partout agent share and running ```partout-agent --once --env openstack``` on the compute1 node.\n* Once complete login to ```http://controller1/horizon```.\n\n## Booting\n\nEnsure controller is up and neutron services are active prior to booting the compute node:\n```bash\nroot@controller1:~# neutron agent-list\n+--------------------------------------+--------------------+-------------+-------------------+-------+----------------+---------------------------+\n| id                                   | agent_type         | host        | availability_zone | alive | admin_state_up | binary                    |\n+--------------------------------------+--------------------+-------------+-------------------+-------+----------------+---------------------------+\n| 44253eb1-7899-4c71-96c2-ae3df4071a53 | Metadata agent     | controller1 |                   | :-)   | True           | neutron-metadata-agent    |\n| 4acd5ecb-695e-4dd7-b190-ff452a56a251 | Linux bridge agent | compute1    |                   | :-)   | True           | neutron-linuxbridge-agent |\n| a5902426-7c25-4feb-b7d7-9117a0cb4ec2 | DHCP agent         | controller1 | nova              | :-)   | True           | neutron-dhcp-agent        |\n| de75211d-78e6-4599-bddf-7103c863f4cb | Linux bridge agent | controller1 |                   | :-)   | True           | neutron-linuxbridge-agent |\n| f3a06c37-0d9c-4a38-b2a7-ad7ead48f9c9 | L3 agent           | controller1 | nova              | :-)   | True           | neutron-l3-agent          |\n+--------------------------------------+--------------------+-------------+-------------------+-------+----------------+---------------------------+\n```\n\nIf compute guests can't get their dhcp addresses (e.g. due to a timing issue with services starting up), try restarting neutron-linuxbridge-cleanup on the compute node:\n```bash\nroot@compute1:~# service neutron-linuxbridge-cleanup restart\n```\n\n---\n\n## Misc Notes\n\n### Brackets Syntax highlighting\n\n```js\n{\n  \"language\": {\n    \"javascript\": {\n      \"linting.prefer\": [\"JSHint\"],\n      \"linting.usePreferredOnly\": true\n    }\n  },\n  \"language.fileExtensions\": {\n    \"p2\": \"javascript\"\n  }\n}\n```\n\nCOPYRIGHT\n---------\n   ```\n    Partout [Everywhere] - Policy-Based Configuration Management for the\n    Data-Driven-Infrastructure.\n\n    Copyright (C) 2015-2016 Graham Lee Bevan \u003cgraham.bevan@ntlworld.com\u003e\n\n    This project is part of Partout - https://github.com/partoutx/partout.\n\n    Partout is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgbevan%2Fpartout_openstack_poc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgbevan%2Fpartout_openstack_poc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgbevan%2Fpartout_openstack_poc/lists"}