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 advance.md #117

Merged
merged 1 commit into from
Apr 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 11 additions & 6 deletions docs/docs/spinnaker-migration/advance.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,25 @@ sidebar_position: 4

## 1. Import Spinnaker pipeline to existing project
`
harness-upgrade --load migrator-config.yml pipelines --pipeline-name pipeline_name import
harness-upgrade --load migrator-config.yml pipelines import
`
### You should get output like this with some prompts:
```shell
INFO[2024-03-04T15:50:38-08:00] Importing the application....
? Please provide the Spinnaker pipeline name : Spinnaker Pipeline name
INFO[2024-03-04T15:50:38-08:00]
Migration details:
Platform: spinnaker
Spinnaker Host: harness-eval.dynamo-staging.eng.armory.io
App name: prasadtest
Pipeline Name: pipeline_name
Authentication method: basic
Insecure: false
App name: Spinnaker Application Name
Pipeline Name: Spinnaker Pipeline name
Authentication method: basic
Insecure: false
? Do you want to proceed with pipeline migration? Yes
INFO[2024-03-04T15:50:41-08:00] Spinnaker pipeline migration completed
INFO[2024-03-04T15:50:38-08:00] Project check details : Account=AccountID OrgIdentifier=default ProjectIdentifier=ProjectID
INFO[2024-03-04T15:50:38-08:00] Project with identifier ProjectID does not exist
INFO[2024-03-04T15:50:38-08:00] Project with identifier ProjectID created
INFO[2024-03-04T15:50:38-08:00] {Pipeline Logs}
INFO[2024-03-04T15:50:41-08:00] Spinnaker migration completed
```

Loading