We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Whatever command I try to run with sat_export.py I get the following error message: # ./sat_export.py -a
# ./sat_export.py -a
ERROR: Organization 'alfabeta' does not exist.
[root@satellite01 sat6_scripts]# hammer organization list
---|-----------|-----------|-------------|-----------|------------ ID TITLE NAME DESCRIPTION LABEL DESCRIPTION 1 alfabeta alfabeta alfabeta --- ----------- ----------- ------------- ----------- ------------
---|-----------|-----------|-------------|-----------|------------
The config file looks like:
satellite: url: https://satellite01.hostname.com username: svc-api-user password: 1t$a$3cr3t default_org: alfabeta manifest: satellite01.hostname.com disconnected: False logging: dir: /var/log/sat6-scripts/ debug: True email: mailout: False mailfrom: Satellite 6 [email protected] mailto: - [email protected] export: dir: /var/lib/pulp/katello-export/ import: dir: /var/lib/pulp/katello-import/ syncbatch: 50 publish: batch: 10 promotion: batch: 10
satellite: url: https://satellite01.hostname.com username: svc-api-user password: 1t$a$3cr3t default_org: alfabeta manifest: satellite01.hostname.com disconnected: False
logging: dir: /var/log/sat6-scripts/ debug: True
email: mailout: False mailfrom: Satellite 6 [email protected] mailto: - [email protected]
export: dir: /var/lib/pulp/katello-export/
import: dir: /var/lib/pulp/katello-import/ syncbatch: 50
publish: batch: 10
promotion: batch: 10
Any idea about this behavior?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Whatever command I try to run with sat_export.py I get the following error message:
# ./sat_export.py -a
[root@satellite01 sat6_scripts]# hammer organization list
The config file looks like:
Any idea about this behavior?
The text was updated successfully, but these errors were encountered: