Skip to content
New issue

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

update packages.yml for kylin os #335

Merged
merged 1 commit into from
Nov 23, 2022
Merged

update packages.yml for kylin os #335

merged 1 commit into from
Nov 23, 2022

Conversation

ErikJiang
Copy link
Member

Signed-off-by: bo.jiang bo.jiang@daocloud.io

What type of PR is this?
/kind bug

What this PR does / why we need it:
Fix missing libselinux-python package when deploying a cluster in a kylin linux offline environment.

TASK [bootstrap-os : Install libselinux python package] ************************
task path: /kubespray/roles/bootstrap-os/tasks/bootstrap-centos.yml:113
fatal: [super-master1]: FAILED! => {
    "changed": false,
    "failures": [
        "No package libselinux-python available."
    ],
    "invocation": {
        "module_args": {
            "allow_downgrade": false,
            "allowerasing": false,
            "autoremove": false,
            "bugfix": false,
            "cacheonly": false,
            "conf_file": null,
            "disable_excludes": null,
            "disable_gpg_check": false,
            "disable_plugin": [],
            "disablerepo": [],
            "download_dir": null,
            "download_only": false,
            "enable_plugin": [],
            "enablerepo": [],
            "exclude": [],
            "install_repoquery": true,
            "install_weak_deps": true,
            "installroot": "/",
            "list": null,
            "lock_timeout": 30,
            "name": [
                "libselinux-python"
            ],
            "nobest": false,
            "releasever": null,
            "security": false,
            "skip_broken": false,
            "state": "present",
            "update_cache": false,
            "update_only": false,
            "validate_certs": true
        }
    },
    "msg": "Failed to install some of the specified packages",
    "rc": 1,
    "results": []
}

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
@ErikJiang ErikJiang changed the title update packages.yml for kylin os WIP: update packages.yml for kylin os Nov 23, 2022
@kubean-pr-robot kubean-pr-robot bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Nov 23, 2022
@ErikJiang ErikJiang changed the title WIP: update packages.yml for kylin os update packages.yml for kylin os Nov 23, 2022
@kubean-pr-robot kubean-pr-robot bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Nov 23, 2022
@tu1h
Copy link
Member

tu1h commented Nov 23, 2022

/lgtm

@kubean-pr-robot kubean-pr-robot bot added the lgtm Indicates that a PR is ready to be merged. label Nov 23, 2022
@hangscer8
Copy link
Collaborator

/lgtm

@kubean-pr-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ErikJiang, tu1h

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@kubean-pr-robot kubean-pr-robot bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 23, 2022
@ErikJiang ErikJiang merged commit d85b87d into kubean-io:main Nov 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants