-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
29 additions
and
17 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
## Generating a Deployment Manager template | ||
|
||
The mpdev tool can autogenerate Deployment Manager templates from an | ||
[autogen specification](./autogen-reference.md). Follow these steps to | ||
build create a Deployment Manager template. | ||
The `mpdev` tool can autogenerate Deployment Manager templates from an | ||
[autogen specification](./autogen-reference.md). Follow these steps to create a | ||
Deployment Manager template. | ||
|
||
1. Use the `mpdev pkg get` command to retrieve a preconfigured autogen | ||
specification. See an example [here](../examples/deployment-manager/autogen/singlevm/README.md). | ||
1. Use `mpdev cfg set` to customize values in the retrieved autogen | ||
specification, or edit the spec manually. | ||
3. Execute `mpdev apply` to generate the Deployment Manager template. | ||
|
||
## Upload solution to partner portal | ||
## Upload solution to Partner Portal | ||
|
||
Open [Partner Portal](https://console.cloud.google.com/partner/solutions) and | ||
select your solution from the list of solutions, then follow these steps: | ||
|
||
1. Next to **Deployment Package**, click **Edit**. | ||
1. Select to **Upload a Package**, and then click **Continue** | ||
1. Select the deployment package created by mpdev for **Upload a package**, | ||
1. Select **Upload a Package**, and then click **Continue** | ||
1. Select the deployment package created by `mpdev` for **Upload a package**, | ||
uncheck the **Metadata selection** box and then click **Continue**. | ||
1. Click **Save** to save changes. | ||
|
||
**Warning:** Unchecking the **Metadata selection** box is crucial, so that | ||
mpdev does not override the solution metadata configured in earlier steps of | ||
the partner portal wizard. | ||
**WARNING:** Unchecking the **Metadata selection** box is crucial, so that | ||
`mpdev` does not override the solution metadata configured in earlier steps of | ||
the Partner Portal wizard. |
This file contains 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
This file contains 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
This file contains 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