Fix yamlint error

- Focus on indentation error
- Fix broken links in READMD

Change-Id: I37cca10f8d40f89b2b062c2e572772034ddcd09c
diff --git a/jjb/xos-integration-tests.yaml b/jjb/xos-integration-tests.yaml
index 140ec77..b8597ab 100644
--- a/jjb/xos-integration-tests.yaml
+++ b/jjb/xos-integration-tests.yaml
@@ -32,34 +32,34 @@
 
     parameters:
       - string:
-         name: executorNode
-         default: 'ubuntu16.04-basebuild-4c-8g'
-         description: 'Name of the Jenkins node to run the job on'
+          name: executorNode
+          default: 'ubuntu16.04-basebuild-4c-8g'
+          description: 'Name of the Jenkins node to run the job on'
 
       - string:
-         name: manifestUrl
-         default: '{gerrit-server-url}/{cord-repo-manifest}'
-         description: 'URL to the repo manifest'
+          name: manifestUrl
+          default: '{gerrit-server-url}/{cord-repo-manifest}'
+          description: 'URL to the repo manifest'
 
       - string:
-         name: manifestBranch
-         default: 'master'
-         description: 'Name of the repo branch to use'
+          name: manifestBranch
+          default: 'master'
+          description: 'Name of the repo branch to use'
 
       - string:
-         name: TestDir
-         default: 'xos-scale-tests'
-         description: 'Directory where tests reside'
+          name: TestDir
+          default: 'xos-scale-tests'
+          description: 'Directory where tests reside'
 
       - string:
-         name: TestCommand
-         default: 'robot -d Log -T -v xos_chameleon_url:127.0.0.1 -v xos_chameleon_port:30006 -v cord_kafka:\$CORD_KAFKA_IP -v num_olts:10 -v num_onus:1 -v num_pon_ports:10 -v timeout:360s xos-scale-att-workflow.robot'
-         description: 'Exact command to execute the tests including arguments'
+          name: TestCommand
+          default: 'robot -d Log -T -v xos_chameleon_url:127.0.0.1 -v xos_chameleon_port:30006 -v cord_kafka:\$CORD_KAFKA_IP -v num_olts:10 -v num_onus:1 -v num_pon_ports:10 -v timeout:360s xos-scale-att-workflow.robot'
+          description: 'Exact command to execute the tests including arguments'
 
       - string:
-         name: notificationEmail
-         default: 'kailash@opennetworking.org, teo@opennetworking.org'
-         description: ''
+          name: notificationEmail
+          default: 'kailash@opennetworking.org, teo@opennetworking.org'
+          description: ''
 
     project-type: pipeline
     concurrent: false
@@ -67,7 +67,7 @@
     dsl: !include-raw-escape: pipeline/xos-integration-tests.groovy
 
     triggers:
-       - timed: |
+      - timed: |
                  TZ=America/Los_Angeles
                  H 0,12 * * *
 
@@ -91,34 +91,34 @@
 
     parameters:
       - string:
-         name: executorNode
-         default: 'ubuntu16.04-basebuild-4c-8g'
-         description: 'Name of the Jenkins node to run the job on'
+          name: executorNode
+          default: 'ubuntu16.04-basebuild-4c-8g'
+          description: 'Name of the Jenkins node to run the job on'
 
       - string:
-         name: manifestUrl
-         default: '{gerrit-server-url}/{cord-repo-manifest}'
-         description: 'URL to the repo manifest'
+          name: manifestUrl
+          default: '{gerrit-server-url}/{cord-repo-manifest}'
+          description: 'URL to the repo manifest'
 
       - string:
-         name: manifestBranch
-         default: 'master'
-         description: 'Name of the repo branch to use'
+          name: manifestBranch
+          default: 'master'
+          description: 'Name of the repo branch to use'
 
       - string:
-         name: TestDir
-         default: 'xos-migration-tests'
-         description: 'Directory where tests reside'
+          name: TestDir
+          default: 'xos-migration-tests'
+          description: 'Directory where tests reside'
 
       - string:
-         name: TestCommand
-         default: 'robot -d Log -T -v helm_chart:$WORKSPACE/cord/helm-charts/xos-services/simpleexampleservice xos-remove-service.robot xos-service-migrations.robot'
-         description: 'Exact command to execute the tests including arguments'
+          name: TestCommand
+          default: 'robot -d Log -T -v helm_chart:$WORKSPACE/cord/helm-charts/xos-services/simpleexampleservice xos-remove-service.robot xos-service-migrations.robot'
+          description: 'Exact command to execute the tests including arguments'
 
       - string:
-         name: notificationEmail
-         default: 'kailash@opennetworking.org, smbaker@opennetworking.org'
-         description: ''
+          name: notificationEmail
+          default: 'kailash@opennetworking.org, smbaker@opennetworking.org'
+          description: ''
 
     project-type: pipeline
     concurrent: false
@@ -150,34 +150,34 @@
 
     parameters:
       - string:
-         name: executorNode
-         default: 'ubuntu16.04-basebuild-4c-8g'
-         description: 'Name of the Jenkins node to run the job on'
+          name: executorNode
+          default: 'ubuntu16.04-basebuild-4c-8g'
+          description: 'Name of the Jenkins node to run the job on'
 
       - string:
-         name: manifestUrl
-         default: '{gerrit-server-url}/{cord-repo-manifest}'
-         description: 'URL to the repo manifest'
+          name: manifestUrl
+          default: '{gerrit-server-url}/{cord-repo-manifest}'
+          description: 'URL to the repo manifest'
 
       - string:
-         name: manifestBranch
-         default: 'master'
-         description: 'Name of the repo branch to use'
+          name: manifestBranch
+          default: 'master'
+          description: 'Name of the repo branch to use'
 
       - string:
-         name: TestDir
-         default: 'xos-backup-tests'
-         description: 'Directory where tests reside'
+          name: TestDir
+          default: 'xos-backup-tests'
+          description: 'Directory where tests reside'
 
       - string:
-         name: TestCommand
-         default: 'robot -d Log -T xos-backup.robot'
-         description: 'Exact command to execute the tests including arguments'
+          name: TestCommand
+          default: 'robot -d Log -T xos-backup.robot'
+          description: 'Exact command to execute the tests including arguments'
 
       - string:
-         name: notificationEmail
-         default: 'kailash@opennetworking.org, smbaker@opennetworking.org'
-         description: ''
+          name: notificationEmail
+          default: 'kailash@opennetworking.org, smbaker@opennetworking.org'
+          description: ''
 
     project-type: pipeline
     concurrent: false
@@ -209,49 +209,49 @@
 
     parameters:
       - string:
-         name: executorNode
-         default: 'ubuntu16.04-basebuild-4c-8g'
-         description: 'Name of the Jenkins node to run the job on'
+          name: executorNode
+          default: 'ubuntu16.04-basebuild-4c-8g'
+          description: 'Name of the Jenkins node to run the job on'
 
       - string:
-         name: manifestUrl
-         default: '{gerrit-server-url}/{cord-repo-manifest}'
-         description: 'URL to the repo manifest'
+          name: manifestUrl
+          default: '{gerrit-server-url}/{cord-repo-manifest}'
+          description: 'URL to the repo manifest'
 
       - string:
-         name: manifestBranch
-         default: 'master'
-         description: 'Name of the repo branch to use'
+          name: manifestBranch
+          default: 'master'
+          description: 'Name of the repo branch to use'
 
       - string:
-         name: service
-         default: 'att-workflow-driver'
-         description: 'Name of the service being tested'
+          name: service
+          default: 'att-workflow-driver'
+          description: 'Name of the service being tested'
 
       - string:
-         name: helmChart
-         default: 'workflows/att-workflow'
-         description: 'Directory/name of the service helm-chart'
+          name: helmChart
+          default: 'workflows/att-workflow'
+          description: 'Directory/name of the service helm-chart'
 
       - string:
-         name: TestDir
-         default: 'xos-att-workflow-driver-tests'
-         description: 'Directory where tests reside'
+          name: TestDir
+          default: 'xos-att-workflow-driver-tests'
+          description: 'Directory where tests reside'
 
       - string:
-         name: TestCommand
-         default: 'robot -d Log -T -v server_ip:127.0.0.1 -v server_port:30006 -v cord_kafka:\$CORD_KAFKA_IP ATT_Workflow.robot'
-         description: 'Exact command to execute the tests including arguments'
+          name: TestCommand
+          default: 'robot -d Log -T -v server_ip:127.0.0.1 -v server_port:30006 -v cord_kafka:\$CORD_KAFKA_IP ATT_Workflow.robot'
+          description: 'Exact command to execute the tests including arguments'
 
       - string:
-         name: notificationEmail
-         default: 'kailash@opennetworking.org, teo@opennetworking.org'
-         description: ''
+          name: notificationEmail
+          default: 'kailash@opennetworking.org, teo@opennetworking.org'
+          description: ''
 
       - bool:
-         name: InstallService
-         default: true
-         description: 'Set to true when testing a particular xos-service'
+          name: InstallService
+          default: true
+          description: 'Set to true when testing a particular xos-service'
 
     project-type: pipeline
     concurrent: false