Hao Liu

Results 58 comments of Hao Liu

the command for generating certificate for receptor ``` receptor --cert-makereq bits=2048 commonname=$hostname dnsname=$hostname nodeid=$hostname outreq=/etc/receptor/tls/receptor.req outkey=/etc/receptor/tls/receptor.key receptor --cert-signreq req=/etc/receptor/tls/receptor.req cacert=/etc/receptor/tls/ca/receptor-ca.crt cakey=/etc/receptor/tls/ca/receptor-ca.key outcert=/etc/receptor/tls/receptor.crt verify=yes ```

mocked instance install bundle download endpoint PR merged into feature branch https://github.com/ansible/awx/pull/12643 behavior revised in https://github.com/ansible/awx/pull/12679

PoC from @shanemcd **AWX changes**: https://github.com/ansible/awx/compare/mesh-scaling-backend...shanemcd:awx:mesh-scaling-backend **awx-operator changes**: https://github.com/ansible/awx-operator/compare/devel...shanemcd:awx-operator:external-execution-nodes

https://github.com/ansible/awx-operator/pull/1012

https://github.com/ansible/awx/pull/12619

decision has been reached in https://issues.redhat.com/browse/AAP-4954 we will be creating a new utility tentatively named `ansible-sign` in current release this utility will ONLY handle project signing

https://github.com/ansible/ansible-sign is now functional thanks @relrod i think we achieved the desire functionality @relrod u mention that there's additional improvement you want to make can u outline what improvement is...

https://github.com/ansible/awx/pull/12680 reviewed and merged to the feature branch

as part of the uninstall during canary i dont think we care about the rest of the manual cleanup all we care is if mch is deleted successfully if mch...

any forward movement with this PR?