{"id":26688371,"url":"https://github.com/dell-networking/poc-using-des-tpcm","last_synced_at":"2025-08-12T16:39:59.475Z","repository":{"id":203234398,"uuid":"703849664","full_name":"Dell-Networking/PoC-Using-DES-TPCM","owner":"Dell-Networking","description":"Examples of how to leverage Third Party Container Manager (TPCM) with Dell Enterprise SONiC","archived":false,"fork":false,"pushed_at":"2023-12-05T02:44:49.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T13:18:41.803Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Dell-Networking.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-10-12T03:28:33.000Z","updated_at":"2023-12-05T02:44:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"c2ed7c19-b1da-4897-82cf-4c6d8d01029a","html_url":"https://github.com/Dell-Networking/PoC-Using-DES-TPCM","commit_stats":null,"previous_names":["dell-networking/poc-using-des-tpcm"],"tags_count":0,"template":false,"template_full_name":"Dell-Networking/PoC-SONiC-template","purl":"pkg:github/Dell-Networking/PoC-Using-DES-TPCM","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dell-Networking%2FPoC-Using-DES-TPCM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dell-Networking%2FPoC-Using-DES-TPCM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dell-Networking%2FPoC-Using-DES-TPCM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dell-Networking%2FPoC-Using-DES-TPCM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dell-Networking","download_url":"https://codeload.github.com/Dell-Networking/PoC-Using-DES-TPCM/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dell-Networking%2FPoC-Using-DES-TPCM/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270099232,"owners_count":24527027,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-26T13:18:46.399Z","updated_at":"2025-08-12T16:39:59.450Z","avatar_url":"https://github.com/Dell-Networking.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Remote TPCM tools for Dell Enterprise SONiC\n\n[![Contributions welcome](https://img.shields.io/badge/contributions-welcome-orange.svg)](#-how-to-contribute)\n[![License](https://img.shields.io/badge/license-gpl-blue.svg)](https://github.com/gpaquis/SONiC_TPCM/blob/main/License.md)\n[![GitHub issues](https://img.shields.io/github/issues/gpaquis/SONIC_TPCM)](https://github.com/gpaquis/SONiC_TPCM/issues)\n\nBuilt and maintained by [Gerald PAQUIS](https://github.com/gpaquis) and [Contributors](https://github.com/gpaquis/SONiC_TPCM/graphs/contributors)\n\n--------------------\nThis Repo contains a Python script for manipulate remotly TPCM (ThirdPartyContainerManager) by using REST-API, and a config file\n\n## Contents\n\n- [Description and Objective](#-description-and-objective)\n- [Requirements](#-requirements)\n- [Usage and Configuration](#Usage-and-Configuration)\n- [Roadmap](#Roadmap)\n- [How to Contribute](#-how-to-contribute)\n\n## 🚀 Description and Objective\n\nThe remote_tpcm script allow to deploy, remove and list container install on a Dell Enterprise SONiC. \u003cbr /\u003e\nThis script is for purpose test only and explain howto deploy remotely, a container from a DockerHub Source.\n\n## 📋 Requirements\n- Python 3.8.10 version minimum \n\n## 🏁 Usage and Configuration\nBefore start, the remote_tpcm.conf must be configure. \u003cbr /\u003e\nThe config file must be in the same repository as remote_tpcm.py \u003cbr /\u003e\nThe remote_tpcm.conf(https://github.com/gpaquis/SONiC_TPCM/blob/main/src/remote_tpcm.conf) contain entry to deploy the container from DockerHub.\n\nTPCM support deployment via HTTP/HTTPS/SFTP/SSH/USB, but this script don't support this deployment methode.\u003cbr /\u003e\nSee [Roadmap](#Roadmap) for more details and next feature.\n\n**Runing the script and options:**\n\n| Options         | Value       | Description                                 | Mandatory |\n|-----------------|-------------|---------------------------------------------|-----------|\n|                 | List        | List TPCM install on DES                    |           |\n|--action         | Install     | Install TPCM on DES                         |   Yes     |\n|                 | Remove      | Remove TPCM from DES                        |           |\n|                 | Upgrade     | Upgrade TPCM                                |           |\n|--switch_ip      | IPV4        | IP address of the DES management interface  |   Yes     |\n|--sonic_username | type string | Login used to access to the DES             |   Yes     |\n|--sonic_password | type string | Password used to access to the DES          |   Yes     |\n\n\n  `python3 remote_tpcm.py --action [List|Install|Remove|Uprade] --switch_ip 192.168.101.101 --sonic_username admin --sonic_password YourPaSsWoRd`\n\n## 📅 Roadmap\nAdd Update process for memory/storage assing to the TPCM \u003cbr /\u003e\nAdd support for http/https/ssh/scp. \u003cbr /\u003e\nAllow to deploy more than one container at same time. \u003cbr /\u003e\n\n\n## 👏 How to Contribute\nWe welcome contributions to the project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdell-networking%2Fpoc-using-des-tpcm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdell-networking%2Fpoc-using-des-tpcm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdell-networking%2Fpoc-using-des-tpcm/lists"}