generate complete install bundle

```
➜  34.213.5.206_install_bundle git:(instance-install-bundle-content) ✗ tree
.
├── install_receptor.yml
├── inventory.yml
├── receptor
│   ├── tls
│   │   ├── ca
│   │   │   └── receptor-ca.crt
│   │   ├── receptor.crt
│   │   └── receptor.key
│   └── work-public-key.pem
└── requirements.yml
```

Signed-off-by: Hao Liu <haoli@redhat.com>
This commit is contained in:
Hao Liu
2022-08-29 16:06:13 -04:00
committed by Jeff Bradberry
parent 3bc86ca8cb
commit 0b1891d82a
5 changed files with 218 additions and 20 deletions

View File

@@ -1,6 +1,7 @@
aiohttp>=3.7.4
ansiconv==1.0.0 # UPGRADE BLOCKER: from 2013, consider replacing instead of upgrading
asciichartpy
asn1
autobahn>=20.12.3 # CVE-2020-35678
azure-keyvault==1.1.0 # see UPGRADE BLOCKERs
channels

View File

@@ -15,6 +15,8 @@ asgiref==3.5.0
# channels-redis
# daphne
# django
asn1==2.6.0
# via -r /awx_devel/requirements/requirements.in
async-timeout==3.0.1
# via
# aiohttp
@@ -132,6 +134,8 @@ docutils==0.16
# via python-daemon
ecdsa==0.18.0
# via python-jose
enum-compat==0.0.3
# via asn1
filelock==3.8.0
# via -r /awx_devel/requirements/requirements.in
# via