{"id":21357691,"url":"https://github.com/rcbops/openstack-ops","last_synced_at":"2025-07-13T00:33:11.703Z","repository":{"id":18017336,"uuid":"21044547","full_name":"rcbops/openstack-ops","owner":"rcbops","description":"Tasks and Scripts written by the RPC Support team for use in RPC environments","archived":false,"fork":false,"pushed_at":"2024-05-15T03:37:34.000Z","size":600,"stargazers_count":12,"open_issues_count":3,"forks_count":23,"subscribers_count":88,"default_branch":"master","last_synced_at":"2024-05-16T11:54:28.833Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rcbops.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2014-06-20T16:25:42.000Z","updated_at":"2024-05-30T02:22:58.744Z","dependencies_parsed_at":"2023-10-03T01:50:51.004Z","dependency_job_id":"a445ae0f-810c-4e3b-bebd-898925987ddb","html_url":"https://github.com/rcbops/openstack-ops","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcbops%2Fopenstack-ops","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcbops%2Fopenstack-ops/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcbops%2Fopenstack-ops/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcbops%2Fopenstack-ops/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rcbops","download_url":"https://codeload.github.com/rcbops/openstack-ops/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225844817,"owners_count":17533161,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-11-22T05:10:41.397Z","updated_at":"2025-07-13T00:33:11.693Z","avatar_url":"https://github.com/rcbops.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"rcbops/openstack-ops\n====================\n\nVersion\n-------\n\nVersion **1.3.x** is intended for all releases of OSA up to Rocky (18).\n\nAll following releases (19 and later) will use the **master** branch.\n\n\nIntent\n------\n\nThis repository is intended to collect all scripts around OpenStack administration with RPC.\nIt has been converted into a standalone module to be compatible with RPC-O and increasingly\nother products, R or ceph, to automate common maintenance and administrative tasks.\n\n\nPlaybooks\n---------\n\n| Name                      | Parameters       |  Description                  |\n|---------------------------|------------------|-------------------------------|\n| archive-control-plane.yml | openstack_release (Optional, used to designate the origin version of the backup) | Archives running OSA managed LXC containers into /openstack/backup/control-plane. Services inside containers will experiences short freeze during archiving |\n| configure-packagemanager.yml | For debian style os, `apt_autoupdate_enabled` can be set as `apt_autoupdate_enabled=1` to enable automatic upgrades moving forward | Installs package dependencies while also configuring automated package update |\n| configure-bash-environment.yml | None | Configures openstack cli bash completion, set vim as default editor and maintain MOTD |\n| configure-cpu-governor.yml | None | Optional, disable CPU ondemand governor and replace it with performance |\n| configure-hosts.yml | ops_host_kernel_modules, ops_host_kernel_sysctl | Load bonding and 8021q modules, enabled IP forwarding |\n| configure-glance.yml | None | Install standard RPC OSS images like CentOS, Ubuntu etc.  |\n| configure-neutron.yml | None | Setup RPC security group and install neutron debugging tools inside agent container |\n| configure-nova.yml | None | Install standard nova flavor (e.g. m1.small) |\n| configure-ceph.yml | Defaults ceph_stable_release to pacific, options include octopus for older releases.  | Configure ceph for openstack (mainly pools at this time) |\n| gather-facts.yml | None | Rebuild ansible facts when necessary |\n| fix-lxc-container-bindmount.yml | None | Optional mitigation for RO-4387 on Newton+ containers when needed |\n| install-consul.yml | None | Playbook used to install consul on the infra hosts, used as consensus service for masakari |\n| install-holland-db-backup.yml| None | Installs Holland DB backup into the galera container |\n| install-hp-server-monitoring.yml | None | Installs the HP Server Monitoring Tools |\n| install-dell-server-monitoring.yml | None | Installs the Dell Server Monitoring Tools |\n| install-hw-raid-tools.yml | None | Installs the famous  megacli, lsiutil, arcconf tools onto all storage hosts |\n| install-pccommon.yml | None | Deploys the post install QC script pccommon |\n| install-sos-tool.yml | None | Deploys the RPC sos tool onto all hosts |\n| rebuild-ssh-known-hosts.yml | None | Rebuild local SSH known hosts from current installed containers and hosts which is necessary post leapfrog upgrades |\n| support-key.yml | None | Install the RPC support SSH key into nova which is used for pccommon |\n| swift-datacrusher.yml | xfs_inode_size, xfs_mount_options, xfs_format_options, exclude_drive_labels, exclude_drive_labels_format_option | Automatically reformat a entire swift cluster (WIPE ALL DATA). Use only with caution |\n| update-hp-firmware.yml | firmware_use_meltdown | Automatically install the latest tested firmware for HP DL380 G9 server (NIC,ILO,RAID,BIOS) |\n\n\nProduct scripts\n---------------\n\n| Name                           | Parameters       |  Description                                  |\n|--------------------------------|------------------|-----------------------------------------------|\n| scripts/deploy-rpco.sh         | OSA_RELEASE      | Defaults to the latest greenfield OSA release |\n| scripts/build-ironic-images.sh | [bionic,jammy,jammy-lvm,centos9] | Builds the given OS image, only one at a time can be specified |\n\n\nSupport scripts\n---------------\n\nMost RPC OpenStack supports scripts are currently running outside of ansible and are stored\ninside the `playbooks/files` folder.\nThose scripts will be converted into individual Ansible tasks over time, when necessary.\n\n### rpc-o-support\n\nThis folder currently collects all support scripts for active RPC-O products\nRPC-R should be keept in a different once applicable due to the architectual differences.\n\n### archive folder\n\nThe scripts listed inside the archive folder or for historical reasons keept in this folder until the\nthe product, it was intended to be used for, completely was removed from operations like RPC4 (probably never dies).\n\n\nRequirements\n------------\n\nThis module expect to be installed/applied on a working RPC OpenStack environment which does run a\nsupported product lifecycle (RPC-O currently)\n\n\nExecution\n---------\n\n    # Rocky and older releases\n    git checkout 1.3.x (Rocky and lower)\n    cd /opt/openstack-ops\n\n    . /usr/local/bin/openstack-ansible.rc\n    openstack-ansible playbooks/main.yml\n\n\n    # Newer releases\n    git clone https://github.com/rcbops/openstack-ops.git /opt/openstack-ops\n\n    /opt/openstack-ops/bootstrap.sh\n    cd /opt/openstack-ops \u0026\u0026 ansible-playbook playbooks/main.yml\n\n\nLicense\n-------\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n     http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\nAuthor Information\n------------------\n\nRackspace Private Cloud - OpenStack\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frcbops%2Fopenstack-ops","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frcbops%2Fopenstack-ops","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frcbops%2Fopenstack-ops/lists"}