[airavata-mft] branch master updated: more license headers

2023-01-24 Thread smarru
This is an automated email from the ASF dual-hosted git repository.

smarru pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-mft.git


The following commit(s) were added to refs/heads/master by this push:
 new 16c2bf0  more license headers
16c2bf0 is described below

commit 16c2bf0382d5208bed056357be509052c9087025
Author: Suresh Marru 
AuthorDate: Tue Jan 24 23:40:37 2023 -0500

more license headers
---
 docker/Dockerfile | 18 ++
 docker/docker-compose.yml | 18 ++
 python-cli/mft_cli/pyproject.toml | 20 +++-
 python-sdk/pyproject.toml | 18 ++
 4 files changed, 73 insertions(+), 1 deletion(-)

diff --git a/docker/Dockerfile b/docker/Dockerfile
index 9d29348..6faf10e 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -1,3 +1,21 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
 FROM maven:3.8.6-jdk-11
 
 RUN apt-get update -y
diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml
index 3e12e93..124b730 100644
--- a/docker/docker-compose.yml
+++ b/docker/docker-compose.yml
@@ -1,3 +1,21 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
 version: '3.8'
 
 services:
diff --git a/python-cli/mft_cli/pyproject.toml 
b/python-cli/mft_cli/pyproject.toml
index 3bf7e17..149b192 100644
--- a/python-cli/mft_cli/pyproject.toml
+++ b/python-cli/mft_cli/pyproject.toml
@@ -1,8 +1,26 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
 [tool.poetry]
 name = "airavata-mft-cli"
 version = "0.1.3"
 description = "Command Line Client for Airavata MFT data transfer framework"
-authors = ["Dimuthu Wannipurage "]
+authors = ["Apache Airavata http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
 [build-system]
 requires = ["setuptools>=42", "grpcio==1.46.3", "grpcio-tools==1.46.3"]
 build-backend = "setuptools.build_meta"
\ No newline at end of file



[airavata-mft] 01/02: Removing the accidental file commit

2023-01-24 Thread smarru
This is an automated email from the ASF dual-hosted git repository.

smarru pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-mft.git

commit 127e9b74acdbdbd25fc3be00a1b62058ab68a492
Author: Suresh Marru 
AuthorDate: Tue Jan 24 22:12:15 2023 -0500

Removing the accidental file commit
---
 .vscode/settings.json | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.vscode/settings.json b/.vscode/settings.json
deleted file mode 100644
index e0f15db..000
--- a/.vscode/settings.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
-"java.configuration.updateBuildConfiguration": "automatic"
-}
\ No newline at end of file



[airavata-mft] branch master updated (9a5ff34 -> 006b108)

2023-01-24 Thread smarru
This is an automated email from the ASF dual-hosted git repository.

smarru pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-mft.git


from 9a5ff34  rat plugin to check for ASF release complaince
 new 127e9b7  Removing the accidental file commit
 new 006b108  adding license headers

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .vscode/settings.json|  3 ---
 README.md| 19 +++
 docker/Readme.md | 19 +++
 python-cli/README.md | 19 +++
 python-sdk/README.md | 19 +++
 python-sdk/samples/README.md | 19 +++
 6 files changed, 95 insertions(+), 3 deletions(-)
 delete mode 100644 .vscode/settings.json



[airavata-mft] 02/02: adding license headers

2023-01-24 Thread smarru
This is an automated email from the ASF dual-hosted git repository.

smarru pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-mft.git

commit 006b108a98dc2f32c03a3b9016e1d8b5a6d3483f
Author: Suresh Marru 
AuthorDate: Tue Jan 24 22:31:23 2023 -0500

adding license headers
---
 README.md| 19 +++
 docker/Readme.md | 19 +++
 python-cli/README.md | 19 +++
 python-sdk/README.md | 19 +++
 python-sdk/samples/README.md | 19 +++
 5 files changed, 95 insertions(+)

diff --git a/README.md b/README.md
index 646e8cc..9b8ee37 100755
--- a/README.md
+++ b/README.md
@@ -1,3 +1,22 @@
+
+
 [![Build 
Status](https://travis-ci.org/apache/airavata-mft.svg?branch=master)](https://travis-ci.org/apache/airavata-mft)
 
 
diff --git a/docker/Readme.md b/docker/Readme.md
index 912dca7..3083f7d 100644
--- a/docker/Readme.md
+++ b/docker/Readme.md
@@ -1,3 +1,22 @@
+
+
 ## Build and run airavata-mft as a docker container
 
 Build the docker image from the directory containing the Dockerfile:
diff --git a/python-cli/README.md b/python-cli/README.md
index 7973f73..b941fe5 100644
--- a/python-cli/README.md
+++ b/python-cli/README.md
@@ -1,3 +1,22 @@
+
+
 ### MFT-Cli Build Instructions
 
 Install Poetry
diff --git a/python-sdk/README.md b/python-sdk/README.md
index e927fcd..bb23034 100644
--- a/python-sdk/README.md
+++ b/python-sdk/README.md
@@ -1,3 +1,22 @@
+
+
 ### Generate Protobuf / Grpc sources
 
 ```
diff --git a/python-sdk/samples/README.md b/python-sdk/samples/README.md
index ba74dae..9065b23 100644
--- a/python-sdk/samples/README.md
+++ b/python-sdk/samples/README.md
@@ -1,3 +1,22 @@
+
+
 ### Instructions to run samples
 
 * Start MFT Components



[airavata-mft] branch master updated (1244f23 -> 9a5ff34)

2023-01-24 Thread smarru
This is an automated email from the ASF dual-hosted git repository.

smarru pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-mft.git


from 1244f23  Bootstrapping MFT from command line with standalone mode
 add 9a5ff34  rat plugin to check for ASF release complaince

No new revisions were added by this update.

Summary of changes:
 .vscode/settings.json |  3 +++
 pom.xml   | 15 ++-
 2 files changed, 13 insertions(+), 5 deletions(-)
 create mode 100644 .vscode/settings.json



[airavata] branch dependabot/pip/dev-tools/ansible/ansible-7.0.0 created (now 1bfcd46bed)

2023-01-24 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/pip/dev-tools/ansible/ansible-7.0.0
in repository https://gitbox.apache.org/repos/asf/airavata.git


  at 1bfcd46bed Bump ansible from 6.0.0 to 7.0.0 in /dev-tools/ansible

No new revisions were added by this update.



[airavata] branch develop updated: Adding dev UltraScan Portal

2023-01-24 Thread eroma
This is an automated email from the ASF dual-hosted git repository.

eroma pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/develop by this push:
 new e90de56a80 Adding dev UltraScan Portal
e90de56a80 is described below

commit e90de56a80dcb5b81d9ae9c2ded08e907d82ded5
Author: eroma2014 
AuthorDate: Tue Jan 24 12:13:18 2023 -0500

Adding dev UltraScan Portal
---
 .../inventories/scigap/develop/host_vars/dev-ultrascan/vars.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/dev-tools/ansible/inventories/scigap/develop/host_vars/dev-ultrascan/vars.yml 
b/dev-tools/ansible/inventories/scigap/develop/host_vars/dev-ultrascan/vars.yml
index 8c0192535a..5662b18ae9 100644
--- 
a/dev-tools/ansible/inventories/scigap/develop/host_vars/dev-ultrascan/vars.yml
+++ 
b/dev-tools/ansible/inventories/scigap/develop/host_vars/dev-ultrascan/vars.yml
@@ -33,9 +33,9 @@ oauth_client_secret: "{{ vault_oauth_client_secret }}"
 auth_options:
   password:
 name: "Ultrascan"
-#  external:
-#- name: "Existing Institute Login"
-#  idp_alias: "cilogon"
+  external:
+- name: "Existing Institute Login"
+  idp_alias: "cilogon"
 
 gateway_id: "dev-ultrascan"
 experiment_data_dir: "{{ user_data_dir }}/django-dev-ultrascan"