Skip to content

Provide a new implementation for cloud connector #394

@jeremylenz

Description

@jeremylenz

In foreman_rh_cloud to set up cloud remediations, currently

  1. you have to click "Configure cloud connector" in the UI
  2. this runs a "self-REX" job template (a REX job on the Foreman base system) --> https://github.com/theforeman/foreman_rh_cloud/blob/f2d29a00d9c581ddbb6865f044afd4a7a74a2d4b/app/views/job_templates/cloud_connector.erb#L4
  3. this runs https://github.com/theforeman/foreman-operations-collection/tree/develop/roles/cloud_connector
  4. now, the listener listens for incoming cloud remediations and when one comes in, downloads the playbook from cloud and runs it on hosts via REX Ansible.

We need an implementation of this for foremanctl that does not require a "base system". This could run in a container that advertises itself as a Smart Proxy feature.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions