- Foreman-packaging
- Katello-installer
- Puppet-katello
- Puppet-CandlePin
- Katello-host-tools
- Puppet-certs
- Puppet-pulp
- Bastion
- Puppet-qpid
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Add : | |
| gemspec :path => '../bastion', :development_group => 'katello_dev', :name => 'bastion' | |
| to foreman/bundler.d/katello.local.rb |
Katello-installer : https://projects.theforeman.org/issues/24815
Bastion: 6.1.13
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo ip link delete virbr0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <Katello::Pool id: 192, cp_id: "4028f966677aabd201677acb49060000", created_at: "2018-12-04 19:56:48", updated_at: "2018-12-04 19:56:48", subscription_id: 80, account_number: 6113849, contract_number: 11656835, virtual: nil, quantity: -1, start_date: "2018-04-19 04:00:00", pool_type: "STACK_DERIVED", end_date: "2019-09-11 23:59:59", ram: nil, multi_entitlement: true, consumed: 0, virt_only: true, unmapped_guest: false, virt_who: true, hypervisor_id: nil, stacking_id: "SER0536", organization_id: 1, upstream_pool_id: nil> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| scl enable rh-mongodb34 "mongo pulp_database" | |
| use pulp_db | |
| db.dropDatabase() | |
| exit | |
| for s in {pulp_celerybeat,pulp_resource_manager,pulp_workers,httpd}; do sudo systemctl stop $s; done; | |
| sudo -u apache pulp-manage-db | |
| for s in {pulp_celerybeat,pulp_resource_manager,pulp_workers,httpd}; do sudo systemctl start $s; done; | |
| sudo systemctl stop rh-mongodb34-mongod.service | |
| sudo rm -rf /var/lib/mongodb/* | |
| sudo systemctl start rh-mongodb34-mongod.service |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ############################################## | |
| # ISSUE WITH UPLOADS_CREATE for chunked uploads | |
| ############################################## | |
| ########################### | |
| ## Passing file type | |
| ########################### | |
| file = File.new("/home/vagrant/katello/Gemfile") | |
| #<File:/home/vagrant/katello/Gemfile> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Install ruby, pulpcore-client gem and setup a temp file | |
| sudo yum install ruby | |
| sudo yum install ruby-devel | |
| sudo yum install gcc | |
| gem install pulpcore_client -v 3.0.0rc2.dev.1560186355 --pre | |
| curl -o katello.gemspec https://github.com/Katello/katello/blob/master/katello.gemspec | |
| # Open irb | |
| irb |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "code": null, | |
| "description": "argument of type 'NoneType' is not iterable", | |
| "traceback": " File \"/usr/local/lib/pulp/lib64/python3.6/site-packages/rq/worker.py\", line 812, in perform_job\n rv = job.perform()\n File \"/usr/local/lib/pulp/lib64/python3.6/site-packages/rq/job.py\", line 588, in perform\n self._result = self._execute()\n File \"/usr/local/lib/pulp/lib64/python3.6/site-packages/rq/job.py\", line 594, in _execute\n return self.func(*self.args, **self.kwargs)\n File \"/usr/local/lib/pulp/src/pulp-ansible/pulp_ansible/app/tasks/collections.py\", line 65, in sync\n repository_spec_strings=repository_spec_strings,\n File \"/usr/local/lib/pulp/lib64/python3.6/site-packages/ansible_galaxy/actions/install.py\", line 212, in install_repository_specs_loop\n force_overwrite=force_overwrite)\n File \"/usr/local/lib/pulp/lib64/python3.6/site-packages/ansible_galaxy/actions/install.py\", line 99, in install_repositories_matching_repository_specs\n force_overwrite=force_overwri |