Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 1 | outputFolder: target |
| 2 | reportName: index.html |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 3 | catalogBeHost: 192.168.33.10 |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 4 | catalogFeHost: fehost |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 5 | #QA-SCRUM1 |
| 6 | #catalogBeHost: 135.21.125.97 |
| 7 | #catalogFeHost: 135.21.125.89 |
| 8 | #Automate |
| 9 | #catalogBeHost: 135.63.125.67 |
| 10 | #catalogFeHost: 135.63.125.63 |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 11 | esHost: eshost |
| 12 | disributionClientHost: disClient |
| 13 | catalogFePort: 8181 |
| 14 | catalogBePort: 8080 |
| 15 | disributionClientPort: 8181 |
| 16 | isDistributionClientRunning: true |
| 17 | esPort: 9200 |
| 18 | neoHost: neoHost |
| 19 | neoPort: 7474 |
| 20 | neoDBusername: neo4j |
| 21 | neoDBpassword: 123456 |
| 22 | windowsDownloadDirectory: "c:\\apache-ftpserver-1.1.0\\res\\home" |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 23 | systemUnderDebug: false |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 24 | resourceConfigDir: src/test/resources/CI/tests |
| 25 | componentsConfigDir: src/test/resources/CI/components |
| 26 | importResourceConfigDir: ../catalog-be/src/main/resources/import/tosca/capability-types |
| 27 | importResourceTestsConfigDir: src/test/resources/CI/importResourceTests |
| 28 | errorConfigurationFile: ../catalog-be/src/main/resources/config/error-configuration.yaml |
| 29 | configurationFile: ../catalog-be/src/main/resources/config/configuration.yaml |
| 30 | importTypesConfigDir: src/test/resources/CI/importTypesTest |
| 31 | |
| 32 | |
| 33 | titanPropertiesFile: src/main/resources/ci/conf/titan.properties |
| 34 | cassandraHost: 127.0.0.1 |
| 35 | cassandraAuthenticate: false |
| 36 | cassandraUsername: koko |
| 37 | cassandraPassword: bobo |
| 38 | cassandraSsl: false |
| 39 | cassandraTruststorePath : /path/path |
| 40 | cassandraTruststorePassword : 123123 |
| 41 | cassandraAuditKeySpace: sdcaudit |
| 42 | cassandraArtifactKeySpace: sdcartifact |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 43 | url: http://localhost:8285/sdc1 |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 44 | |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 45 | sdcHttpMethod: http |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 46 | localDataCenter: DC-Automate01 |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 47 | |
| 48 | stopOnClassFailure: false |
| 49 | |
| 50 | #List of non-abstract resources to keep during titan cleanup between tests |
| 51 | #Only 1.0 version will be kept |
| 52 | resourcesNotToDelete: |
| 53 | - Compute |
| 54 | - Database |
| 55 | - ObjectStorage |
| 56 | - BlockStorage |
| 57 | - LoadBalancer |
| 58 | - Port |
| 59 | - Network |
| 60 | - Root |
| 61 | - ContainerApplication |
| 62 | - ContainerRuntime |
| 63 | - DBMS |
| 64 | - SoftwareComponent |
| 65 | - WebApplication |
| 66 | - WebServer |
| 67 | - CinderVolume |
| 68 | - ContrailVirtualNetwork |
| 69 | - NeutronNet |
| 70 | - NeutronPort |
| 71 | - NovaServer |
| 72 | - AbstractSubstitute |
| 73 | - ContrailAbstractSubstitute |
| 74 | - ContrailCompute |
| 75 | - ContrailNetworkRules |
| 76 | - ContrailPort |
| 77 | - ContrailV2NetworkRules |
| 78 | - ContrailV2VirtualMachineInterface |
| 79 | - ContrailV2VirtualNetwork |
| 80 | - ContrailVirtualNetwork |
| 81 | - VL ELINE |
| 82 | - SecurityRules |
| 83 | - VL |
| 84 | |
| 85 | #Resource categories to keep (including all their subcategories) |
| 86 | resourceCategoriesNotToDelete: |
| 87 | - Generic |
| 88 | - Network L2-3 |
| 89 | - Network L4+ |
| 90 | - Application L4+ |
| 91 | - Network Connectivity |
| 92 | - DCAE Component |
| 93 | - Template |
| 94 | - Allotted Resource |
| 95 | |
| 96 | #Service categories to keep |
| 97 | serviceCategoriesNotToDelete: |
| 98 | - Mobility |
| 99 | - Network L1-3 |
| 100 | - Network L4+ |
| 101 | - VoIP Call Control |