Skip to content

Packages transfer


❗OUTDATED DOCUMENT

For more up-to-date information please see

📦 How to Use the Packages Server

and

➾ SSH connection Guide (Bastion)


Transfer packages to Host or to AWS bucket

Transfer packages to Host:

  1. Connect to transfer host 10.0.1.122 with your ldap user.
  2. Run the script using following command /tmp/ops_transfer_script_v3.sh
  3. Follow the instructions on your screen after script running.
  4. Use numbers to navigate.
  5. Select "Transfer to host"
  6. Select the required environment and files from the suggested list to be transferred.
  7. After completing the steps above, insert the password for the environment from the previously selected list.

Transfer packages to AWS bucket

One time move - you need to add AWS configs for all AWS environments using command "aws configure sso" Profile names in AWS configurations should be written in small letters and include a dash between the name of the tour operator and the environment (example: hv-test)

  1. If you already have AWS configs, run the script using following command /tmp/ops_transfer_script_v3.sh
  2. Follow the instructions on your screen after script running.
  3. Use numbers to navigate.
  4. Select "Transfer to AWS"
  5. Select the required environment and files from the suggested list to be transferred.
  6. After completing the steps above, open the provided link from the terminal into your web browser.
  7. Copy the provided code from the terminal to the page opened in the previous step.
  8. Press button "Next"
  9. Press button "Allow"

Transfer packages to Host with scp

  1. Connect to transfer host 10.0.1.122 with your ldap user.
  2. scp {Filename} {username}@{environmentIP}:/{destinationDirectory}

Transfer to bastion environments use bastion IP

  1. Connect to transfer host 10.0.1.122 with your ldap user.
  2. scp -P 2222 -o User={username}:{environment} {filename} 10.10.60.1:/{destinationDirectory}