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

fix: set default work_dir is "./kubekey". #2354

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

redscholar
Copy link
Collaborator

What type of PR is this?

/kind feature

What this PR does / why we need it:

there is four dir in work_dir. should package it by default.

workdir/
|-- projects/
|   |-- ansible-project1/
|   |   |-- playbooks/
|   |   |-- roles/
|   |   |   |-- roleName/
|   |   |   |   |-- tasks/
|   |   |   |   |   |-- main.yml
|   |   |   |   |-- defaults/
|   |   |   |   |   |-- main.yml
|   |   |   |   |-- templates/
|   |   |   |   |-- files/
|   |
|   |-- ansible-project2/
|   |-- ...
|
|-- runtime/
|-- group/version/
|   |   |-- pipelines/
|   |   |   |-- namespace/
|   |   |   |   |-- pipeline.yaml
|   |   |   |   |-- /pipelineName/variable/
|   |   |   |   |   |-- location.json
|   |   |   |   |   |-- hostname.json
|   |   |-- tasks/
|   |   |   |-- namespace/
|   |   |   |   |-- task.yaml
|   |   |-- configs/
|   |   |   |-- namespace/
|   |   |   |   |   |-- config.yaml
|   |   |-- inventories/
|   |   |   |-- namespace/
|   |   |   |   |-- inventory.yaml
|
|-- kubekey/
|
|-- kubernetes/

Which issue(s) this PR fixes:

Fixes #

Special notes for reviewers:

Does this PR introduced a user-facing change?


Additional documentation, usage docs, etc.:


Signed-off-by: joyceliu <joyceliu@yunify.com>
@ks-ci-bot ks-ci-bot added the kind/feature Categorizes issue or PR as related to a new feature. label Aug 12, 2024
@ks-ci-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ImitationImmortal

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

@ks-ci-bot ks-ci-bot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Aug 12, 2024
Copy link

sonarcloud bot commented Aug 12, 2024

@pixiake
Copy link
Collaborator

pixiake commented Aug 12, 2024

/lgtm

@ks-ci-bot ks-ci-bot added the lgtm Indicates that a PR is ready to be merged. label Aug 12, 2024
@ks-ci-bot
Copy link
Collaborator

LGTM label has been added.

Git tree hash: 9a3a182802580133b842df2496063aad0ca00cb6

@ks-ci-bot ks-ci-bot merged commit 647ae22 into kubesphere:feature-gitops Aug 12, 2024
4 of 5 checks passed
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. kind/feature Categorizes issue or PR as related to a new feature. lgtm Indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants