Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame^] | 1 | outputFolder: target |
| 2 | reportName: index.html |
| 3 | catalogBeHost: behost |
| 4 | catalogFeHost: fehost |
| 5 | esHost: eshost |
| 6 | disributionClientHost: disClient |
| 7 | catalogFePort: 8181 |
| 8 | catalogBePort: 8080 |
| 9 | disributionClientPort: 8181 |
| 10 | esPort: 9200 |
| 11 | neoHost: neoHost |
| 12 | neoPort: 7474 |
| 13 | neoDBusername: neo4j |
| 14 | neoDBpassword: 123456 |
| 15 | #url: http://localhost:9000/#/dashboard |
| 16 | url: http://localhost:8181/sdc1/proxy-designer1#/dashboard |
| 17 | |
| 18 | webSealSimulatorUrl: http://localhost:8285/sdc1 |
| 19 | remoteTestingMachineIP: 1.2.3.4 |
| 20 | remoteTestingMachinePort: 5555 |
| 21 | remoteTesting: false |
| 22 | |
| 23 | resourceConfigDir: src/test/resources/CI/tests |
| 24 | componentsConfigDir: src/test/resources/CI/components |
| 25 | importResourceConfigDir: ../catalog-be/src/main/resources/import/tosca/capability-types |
| 26 | importResourceTestsConfigDir: src/test/resources/CI/importResourceTests |
| 27 | errorConfigurationFile: ../catalog-be/src/main/resources/config/error-configuration.yaml |
| 28 | configurationFile: ../catalog-be/src/main/resources/config/configuration.yaml |
| 29 | importTypesConfigDir: src/test/resources/CI/importTypesTest |
| 30 | |
| 31 | |
| 32 | titanPropertiesFile: src/main/resources/ci/conf/titan.properties |
| 33 | cassandraHost: 127.0.0.1 |
| 34 | cassandraAuthenticate: false |
| 35 | cassandraUsername: koko |
| 36 | cassandraPassword: bobo |
| 37 | cassandraSsl: false |
| 38 | cassandraTruststorePath : /path/path |
| 39 | cassandraTruststorePassword : 123123 |
| 40 | cassandraAuditKeySpace: sdcAudit |
| 41 | cassandraArtifactKeySpace: sdcArtifact |
| 42 | |
| 43 | stopOnClassFailure: false |
| 44 | |
| 45 | #List of non-abstract resources to keep during titan cleanup between tests |
| 46 | #Only 1.0 version will be kept |
| 47 | resourcesNotToDelete: |
| 48 | - Compute |
| 49 | - Database |
| 50 | - ObjectStorage |
| 51 | - BlockStorage |
| 52 | - LoadBalancer |
| 53 | - Port |
| 54 | - Network |
| 55 | - Root |
| 56 | - ContainerApplication |
| 57 | - ContainerRuntime |
| 58 | - DBMS |
| 59 | - SoftwareComponent |
| 60 | - WebApplication |
| 61 | - WebServer |
| 62 | - CinderVolume |
| 63 | - ContrailVirtualNetwork |
| 64 | - NeutronNet |
| 65 | - NeutronPort |
| 66 | - NovaServer |
| 67 | #Resource categories to keep (including all their subcategories) |
| 68 | resourceCategoriesNotToDelete: |
| 69 | - Generic |
| 70 | - Network L2-3 |
| 71 | - Network L4+ |
| 72 | - Application L4+ |
| 73 | - Network Connectivity |
| 74 | |
| 75 | #Service categories to keep |
| 76 | serviceCategoriesNotToDelete: |
| 77 | - Mobility |
| 78 | - Network L1-3 |
| 79 | - Network L4 |
| 80 | - VoIP Call Control |