bigip_config.py 文件源码

python
阅读 29 收藏 0 点赞 0 评论 0

项目:f5-automation-workflows-multicloud 作者: f5devcentral 项目源码 文件源码
def merge(self, verify=True):
        temp_name = next(tempfile._get_candidate_names())
        remote_path = "/var/config/rest/downloads/{0}".format(temp_name)
        temp_path = '/tmp/' + temp_name

        if self.client.check_mode:
            return True

        self.upload_to_device(temp_name)
        self.move_on_device(remote_path)
        response = self.merge_on_device(
            remote_path=temp_path, verify=verify
        )
        self.remove_temporary_file(remote_path=temp_path)
        return response
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号