{"id":15513751,"url":"https://github.com/chris1984/fog-testing","last_synced_at":"2026-05-04T03:33:41.228Z","repository":{"id":110151396,"uuid":"156913559","full_name":"chris1984/fog-testing","owner":"chris1984","description":"Ansible role to do regression testing of fog-vsphere against Foreman","archived":false,"fork":false,"pushed_at":"2019-10-30T14:30:51.000Z","size":51,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-22T05:52:12.894Z","etag":null,"topics":["ansible","ansible-galaxy","ansible-playbook","ansible-role","fog","foreman","vmware-vsphere"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chris1984.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-11-09T20:18:28.000Z","updated_at":"2019-07-09T14:28:05.000Z","dependencies_parsed_at":"2023-06-28T20:53:33.454Z","dependency_job_id":null,"html_url":"https://github.com/chris1984/fog-testing","commit_stats":{"total_commits":51,"total_committers":1,"mean_commits":51.0,"dds":0.0,"last_synced_commit":"97aa51ad0d1432089b63824b8ba1dd4aec365361"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/chris1984/fog-testing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chris1984%2Ffog-testing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chris1984%2Ffog-testing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chris1984%2Ffog-testing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chris1984%2Ffog-testing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chris1984","download_url":"https://codeload.github.com/chris1984/fog-testing/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chris1984%2Ffog-testing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32593943,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"online","status_checked_at":"2026-05-04T02:00:06.625Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["ansible","ansible-galaxy","ansible-playbook","ansible-role","fog","foreman","vmware-vsphere"],"created_at":"2024-10-02T09:54:59.525Z","updated_at":"2026-05-04T03:33:41.213Z","avatar_url":"https://github.com/chris1984.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fog-testing\n\nAnsible role to do regression testing of fog-vsphere against Foreman\n\n## Build Status\n\n[![Build Status](https://travis-ci.org/chris1984/fog-testing.svg?branch=master)](https://travis-ci.org/chris1984/fog-testing)\n\n## Requirements\n\n* Python \u003e= 2.7\n* PyVmomi\n* Ansible 2.8\n* vCenter 6.7\n* ESXi 6.7\n\n## Role Variables\n\n* Variables are all in role/defaults/main.yml\n\n```yaml\n---\nhammer_user: Username for hammer\nhammer_password: Password for hammer\nhostgroup_id: Hostgroup ID\nlocation_id: Location ID\norg_id: Organization ID\ncr_id: Compute Resource ID\ncp_id: Compute Profile ID\nptable_id: Partition Table ID\nmedium_id: Installation medium ID\nos_id: Operating system ID\noverride_fog: Put true if you want to test a specfic version of fog-vsphere than on the machine\nimage_name: Name of the Image in Foreman\ntest_pr: Put true if running in PR test mode.\nfog_version: Fog version that you are testing with on Foreman\nfogpatch_url: URL to GitHub Patch to download and test\nrevert_vm: Put true if you want to revert the VM snapshot after testing\nvcenter_hostname: FQDN of vCenter\nvcenter_username: vCenter username\nvcenter_password: vCenter password\nvcenter_datacenter: Datacenter in vCenter containing the VM\nvcenter_folder: Folder path to VM\nvcenter_vm_name: VM name\nvcenter_snapshot_name: Name of snapshot to revert back to upon finish\nupdate_foreman: Put true if you want to perform a yum update * and then an installer run with the --upgrade flag\ninstall_foreman: Put true if you want to perform a fresh install of Foreman and laydown the configs/databases instead of using a snapshot\nvm_timeout: 567 # Configurable timeout for waiting before starting more VM creation tasks\ndownstream: Put true if this is a Red Hat Satellite 6 build to pull in internal bits\n```\n\n## Example Playbook\n\n```yaml\n---\n- name: Start fog-vsphere regression testing\n  hosts: localhost\n  become: true\n  remote_user: root\n  gather_facts: no\n  serial: 1\n\n  roles:\n    - chris1984.fog_testing\n```\n\n### License\n\nMIT\n\n### Author Information\n\n* Chris Roberts - chrobert@redhat.com  - https://www.linkedin.com/in/croberts84/\n* Work at Redhat on the Foreman/Katello projects and also maintain fog-vsphere.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchris1984%2Ffog-testing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchris1984%2Ffog-testing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchris1984%2Ffog-testing/lists"}