Skip to content

arungpro/multi_build_pack_appd_python_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Appd PCF Python multibuildpack demo

Build Status

Sample demo to demonstrate the use of multibuild pack PCF - for more details refer - https://docs.pivotal.io/partners/appdynamics/index.html

Note: If there are any changes by the time you go through this demo in comparision with docs above, Author don't own the responsibility.

Steps

Step 1: Create a service

There are two ways to do it

  1. Using Appdynamics tiles:
  • via Apps manager you can, you can navigate to Marketplace and search for appdynamics App. In Console/Terminal, You should be able to see
    $ cf marketplace -s appdynamics
    service plan                   description                    free or paid
    pcf-appd                       pcf-appd                       free
    pcf-appd-test                  pcf-appd-test                  free
  • Create a service instance of the appdynamics service and a plan of your choice
        $ cf create-service appdynamics pcf-appd appdynamics-demo
  1. Using User defined Service (CUPS)
        $ cf cups appdynamics-demo -p '{"account-access-key":"acce$$key", "account-name":"customer1", "host-name":"demo.appdynamics.com", "port":"8090", "ssl-enabled":false}' 

Step 2: Clone the repo

    $ git clone git@github.com:<gitusename>/multi_build_pack_appd_python_demo.git  && cd multi_build_pack_appd_python_demo

Change "gitusename" as your git username.

Step 3: Make necessary changes at manifest.yml file

ENV variables Names that you define should with https://docs.appdynamics.com/display/PRO45/Python+Agent+Settings

Step 4: Push the app

    $ cf push

Step 5: Drive load to the app route

About

Sample demo to demonstrate the use of Appdynamics multibuild pack PCF

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages