Application Packaging Standard

Last updated 18-Mar-2019

Provisioning

This is the phase, where customers subscribe to the application services and then provision resources for themselves.

../../../_images/start-step-env.png ../../../_images/start-step-overview.png ../../../_images/start-step-develop.png ../../../_images/start-step-deploy.png ../../../_images/start-step-provisioning-b.png ../../../_images/start-step-update.png

Create Customer Account

In PCP, navigate to Operations > Customers to ensure there is a customer account to test the application service. If there is no customer, follow these steps to create one:

  1. Click Add New Customer.
  2. In the General section, fill in the address parameters and click Next.
  3. In the Administrative Contact section, fill in the required fields and click Next.
  4. In the Password section, enter a strong enough password or click Generate.
  5. In the Personal Info section, tick the Same as administrative contact box, and then click Finish.

The newly created customer must appear in the list of customers.

Subscribe to Application Services

Subscribe the test customer to the application services:

  1. In PCP, open the customer account and switch to the Subscriptions tab.
  2. Click Create New Subscription.
  3. In the list of service templates, select your service template, for example, “VPS Demo”.
  4. Leave intact the resource limits and click Next.
  5. If necessary, change the subscription name and then click Finish.

The newly created subscription must appear in the list of subscriptions. Stay on this screen to start the testing procedure.

Test Application in UX1

The following steps walk you through the test procedure in UX1:

  1. In the list of customer subscriptions, find out your test subscription and click on its Actions link in the last column.

    The UX1 must open for you in a separate browser tab.

  2. In the UX1 navigation panel, find out your demo application and select it.

    ../../../_images/start-vps-empty-list.png

    The list of servers is empty and there is the New button that allows you to create a VPS.

  3. Click New to start creating a VPS.

  4. Fill out the New VPS form:

    ../../../_images/start-vps-new.png

    Click Submit.

    The newly provisioned VPS must appear in the list of servers.

  5. Repeat the above steps to create one or more servers with different names.

    ../../../_images/start-vps-list.png

Conclusion

This completes the application design-development-deployment-provisioning life cycle. The project is pretty much simplified. If you have understood the main ideas of the application integration process, the demo project has reached its goal.

This is the final sample package for download.

What would do, if you would need to update your APS application? Let us see.

Update