oc_edit.py 54 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651
  1. #!/usr/bin/env python
  2. # pylint: disable=missing-docstring
  3. # flake8: noqa: T001
  4. # ___ ___ _ _ ___ ___ _ _____ ___ ___
  5. # / __| __| \| | __| _ \ /_\_ _| __| \
  6. # | (_ | _|| .` | _|| / / _ \| | | _|| |) |
  7. # \___|___|_|\_|___|_|_\/_/_\_\_|_|___|___/_ _____
  8. # | \ / _ \ | \| |/ _ \_ _| | __| \_ _|_ _|
  9. # | |) | (_) | | .` | (_) || | | _|| |) | | | |
  10. # |___/ \___/ |_|\_|\___/ |_| |___|___/___| |_|
  11. #
  12. # Copyright 2016 Red Hat, Inc. and/or its affiliates
  13. # and other contributors as indicated by the @author tags.
  14. #
  15. # Licensed under the Apache License, Version 2.0 (the "License");
  16. # you may not use this file except in compliance with the License.
  17. # You may obtain a copy of the License at
  18. #
  19. # http://www.apache.org/licenses/LICENSE-2.0
  20. #
  21. # Unless required by applicable law or agreed to in writing, software
  22. # distributed under the License is distributed on an "AS IS" BASIS,
  23. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  24. # See the License for the specific language governing permissions and
  25. # limitations under the License.
  26. #
  27. # -*- -*- -*- Begin included fragment: lib/import.py -*- -*- -*-
  28. '''
  29. OpenShiftCLI class that wraps the oc commands in a subprocess
  30. '''
  31. # pylint: disable=too-many-lines
  32. from __future__ import print_function
  33. import atexit
  34. import copy
  35. import fcntl
  36. import json
  37. import time
  38. import os
  39. import re
  40. import shutil
  41. import subprocess
  42. import tempfile
  43. # pylint: disable=import-error
  44. try:
  45. import ruamel.yaml as yaml
  46. except ImportError:
  47. import yaml
  48. from ansible.module_utils.basic import AnsibleModule
  49. # -*- -*- -*- End included fragment: lib/import.py -*- -*- -*-
  50. # -*- -*- -*- Begin included fragment: doc/edit -*- -*- -*-
  51. DOCUMENTATION = '''
  52. ---
  53. module: oc_edit
  54. short_description: Modify, and idempotently manage openshift objects.
  55. description:
  56. - Modify openshift objects programmatically.
  57. options:
  58. state:
  59. description:
  60. - Currently present is only supported state.
  61. required: true
  62. default: present
  63. choices: ["present"]
  64. aliases: []
  65. kubeconfig:
  66. description:
  67. - The path for the kubeconfig file to use for authentication
  68. required: false
  69. default: /etc/origin/master/admin.kubeconfig
  70. aliases: []
  71. debug:
  72. description:
  73. - Turn on debug output.
  74. required: false
  75. default: False
  76. aliases: []
  77. name:
  78. description:
  79. - Name of the object that is being queried.
  80. required: false
  81. default: None
  82. aliases: []
  83. namespace:
  84. description:
  85. - The namespace where the object lives.
  86. required: false
  87. default: str
  88. aliases: []
  89. kind:
  90. description:
  91. - The kind attribute of the object.
  92. required: True
  93. default: None
  94. choices:
  95. - bc
  96. - buildconfig
  97. - configmaps
  98. - dc
  99. - deploymentconfig
  100. - imagestream
  101. - imagestreamtag
  102. - is
  103. - istag
  104. - namespace
  105. - project
  106. - projects
  107. - node
  108. - ns
  109. - persistentvolume
  110. - pv
  111. - rc
  112. - replicationcontroller
  113. - routes
  114. - scc
  115. - secret
  116. - securitycontextconstraints
  117. - service
  118. - svc
  119. aliases: []
  120. file_name:
  121. description:
  122. - The file name in which to edit
  123. required: false
  124. default: None
  125. aliases: []
  126. file_format:
  127. description:
  128. - The format of the file being edited.
  129. required: false
  130. default: yaml
  131. aliases: []
  132. content:
  133. description:
  134. - Content of the file
  135. required: false
  136. default: None
  137. aliases: []
  138. edits:
  139. description:
  140. - a list of dictionaries with a yedit format for edits
  141. required: false
  142. default: None
  143. aliases: []
  144. force:
  145. description:
  146. - Whether or not to force the operation
  147. required: false
  148. default: None
  149. aliases: []
  150. separator:
  151. description:
  152. - The separator format for the edit.
  153. required: false
  154. default: '.'
  155. aliases: []
  156. author:
  157. - "Kenny Woodson <kwoodson@redhat.com>"
  158. extends_documentation_fragment: []
  159. '''
  160. EXAMPLES = '''
  161. oc_edit:
  162. kind: rc
  163. name: hawkular-cassandra-rc
  164. namespace: openshift-infra
  165. content:
  166. spec.template.spec.containers[0].resources.limits.memory: 512
  167. spec.template.spec.containers[0].resources.requests.memory: 256
  168. '''
  169. # -*- -*- -*- End included fragment: doc/edit -*- -*- -*-
  170. # -*- -*- -*- Begin included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  171. class YeditException(Exception): # pragma: no cover
  172. ''' Exception class for Yedit '''
  173. pass
  174. # pylint: disable=too-many-public-methods
  175. class Yedit(object): # pragma: no cover
  176. ''' Class to modify yaml files '''
  177. re_valid_key = r"(((\[-?\d+\])|([0-9a-zA-Z%s/_-]+)).?)+$"
  178. re_key = r"(?:\[(-?\d+)\])|([0-9a-zA-Z{}/_-]+)"
  179. com_sep = set(['.', '#', '|', ':'])
  180. # pylint: disable=too-many-arguments
  181. def __init__(self,
  182. filename=None,
  183. content=None,
  184. content_type='yaml',
  185. separator='.',
  186. backup=False):
  187. self.content = content
  188. self._separator = separator
  189. self.filename = filename
  190. self.__yaml_dict = content
  191. self.content_type = content_type
  192. self.backup = backup
  193. self.load(content_type=self.content_type)
  194. if self.__yaml_dict is None:
  195. self.__yaml_dict = {}
  196. @property
  197. def separator(self):
  198. ''' getter method for separator '''
  199. return self._separator
  200. @separator.setter
  201. def separator(self, inc_sep):
  202. ''' setter method for separator '''
  203. self._separator = inc_sep
  204. @property
  205. def yaml_dict(self):
  206. ''' getter method for yaml_dict '''
  207. return self.__yaml_dict
  208. @yaml_dict.setter
  209. def yaml_dict(self, value):
  210. ''' setter method for yaml_dict '''
  211. self.__yaml_dict = value
  212. @staticmethod
  213. def parse_key(key, sep='.'):
  214. '''parse the key allowing the appropriate separator'''
  215. common_separators = list(Yedit.com_sep - set([sep]))
  216. return re.findall(Yedit.re_key.format(''.join(common_separators)), key)
  217. @staticmethod
  218. def valid_key(key, sep='.'):
  219. '''validate the incoming key'''
  220. common_separators = list(Yedit.com_sep - set([sep]))
  221. if not re.match(Yedit.re_valid_key.format(''.join(common_separators)), key):
  222. return False
  223. return True
  224. # pylint: disable=too-many-return-statements,too-many-branches
  225. @staticmethod
  226. def remove_entry(data, key, index=None, value=None, sep='.'):
  227. ''' remove data at location key '''
  228. if key == '' and isinstance(data, dict):
  229. if value is not None:
  230. data.pop(value)
  231. elif index is not None:
  232. raise YeditException("remove_entry for a dictionary does not have an index {}".format(index))
  233. else:
  234. data.clear()
  235. return True
  236. elif key == '' and isinstance(data, list):
  237. ind = None
  238. if value is not None:
  239. try:
  240. ind = data.index(value)
  241. except ValueError:
  242. return False
  243. elif index is not None:
  244. ind = index
  245. else:
  246. del data[:]
  247. if ind is not None:
  248. data.pop(ind)
  249. return True
  250. if not (key and Yedit.valid_key(key, sep)) and \
  251. isinstance(data, (list, dict)):
  252. return None
  253. key_indexes = Yedit.parse_key(key, sep)
  254. for arr_ind, dict_key in key_indexes[:-1]:
  255. if dict_key and isinstance(data, dict):
  256. data = data.get(dict_key)
  257. elif (arr_ind and isinstance(data, list) and
  258. int(arr_ind) <= len(data) - 1):
  259. data = data[int(arr_ind)]
  260. else:
  261. return None
  262. # process last index for remove
  263. # expected list entry
  264. if key_indexes[-1][0]:
  265. if isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  266. del data[int(key_indexes[-1][0])]
  267. return True
  268. # expected dict entry
  269. elif key_indexes[-1][1]:
  270. if isinstance(data, dict):
  271. del data[key_indexes[-1][1]]
  272. return True
  273. @staticmethod
  274. def add_entry(data, key, item=None, sep='.'):
  275. ''' Get an item from a dictionary with key notation a.b.c
  276. d = {'a': {'b': 'c'}}}
  277. key = a#b
  278. return c
  279. '''
  280. if key == '':
  281. pass
  282. elif (not (key and Yedit.valid_key(key, sep)) and
  283. isinstance(data, (list, dict))):
  284. return None
  285. key_indexes = Yedit.parse_key(key, sep)
  286. for arr_ind, dict_key in key_indexes[:-1]:
  287. if dict_key:
  288. if isinstance(data, dict) and dict_key in data and data[dict_key]: # noqa: E501
  289. data = data[dict_key]
  290. continue
  291. elif data and not isinstance(data, dict):
  292. raise YeditException("Unexpected item type found while going through key " +
  293. "path: {} (at key: {})".format(key, dict_key))
  294. data[dict_key] = {}
  295. data = data[dict_key]
  296. elif (arr_ind and isinstance(data, list) and
  297. int(arr_ind) <= len(data) - 1):
  298. data = data[int(arr_ind)]
  299. else:
  300. raise YeditException("Unexpected item type found while going through key path: {}".format(key))
  301. if key == '':
  302. data = item
  303. # process last index for add
  304. # expected list entry
  305. elif key_indexes[-1][0] and isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  306. data[int(key_indexes[-1][0])] = item
  307. # expected dict entry
  308. elif key_indexes[-1][1] and isinstance(data, dict):
  309. data[key_indexes[-1][1]] = item
  310. # didn't add/update to an existing list, nor add/update key to a dict
  311. # so we must have been provided some syntax like a.b.c[<int>] = "data" for a
  312. # non-existent array
  313. else:
  314. raise YeditException("Error adding to object at path: {}".format(key))
  315. return data
  316. @staticmethod
  317. def get_entry(data, key, sep='.'):
  318. ''' Get an item from a dictionary with key notation a.b.c
  319. d = {'a': {'b': 'c'}}}
  320. key = a.b
  321. return c
  322. '''
  323. if key == '':
  324. pass
  325. elif (not (key and Yedit.valid_key(key, sep)) and
  326. isinstance(data, (list, dict))):
  327. return None
  328. key_indexes = Yedit.parse_key(key, sep)
  329. for arr_ind, dict_key in key_indexes:
  330. if dict_key and isinstance(data, dict):
  331. data = data.get(dict_key)
  332. elif (arr_ind and isinstance(data, list) and
  333. int(arr_ind) <= len(data) - 1):
  334. data = data[int(arr_ind)]
  335. else:
  336. return None
  337. return data
  338. @staticmethod
  339. def _write(filename, contents):
  340. ''' Actually write the file contents to disk. This helps with mocking. '''
  341. tmp_filename = filename + '.yedit'
  342. with open(tmp_filename, 'w') as yfd:
  343. fcntl.flock(yfd, fcntl.LOCK_EX | fcntl.LOCK_NB)
  344. yfd.write(contents)
  345. fcntl.flock(yfd, fcntl.LOCK_UN)
  346. os.rename(tmp_filename, filename)
  347. def write(self):
  348. ''' write to file '''
  349. if not self.filename:
  350. raise YeditException('Please specify a filename.')
  351. if self.backup and self.file_exists():
  352. shutil.copy(self.filename, '{}.{}'.format(self.filename, time.strftime("%Y%m%dT%H%M%S")))
  353. # Try to set format attributes if supported
  354. try:
  355. self.yaml_dict.fa.set_block_style()
  356. except AttributeError:
  357. pass
  358. # Try to use RoundTripDumper if supported.
  359. if self.content_type == 'yaml':
  360. try:
  361. Yedit._write(self.filename, yaml.dump(self.yaml_dict, Dumper=yaml.RoundTripDumper))
  362. except AttributeError:
  363. Yedit._write(self.filename, yaml.safe_dump(self.yaml_dict, default_flow_style=False))
  364. elif self.content_type == 'json':
  365. Yedit._write(self.filename, json.dumps(self.yaml_dict, indent=4, sort_keys=True))
  366. else:
  367. raise YeditException('Unsupported content_type: {}.'.format(self.content_type) +
  368. 'Please specify a content_type of yaml or json.')
  369. return (True, self.yaml_dict)
  370. def read(self):
  371. ''' read from file '''
  372. # check if it exists
  373. if self.filename is None or not self.file_exists():
  374. return None
  375. contents = None
  376. with open(self.filename) as yfd:
  377. contents = yfd.read()
  378. return contents
  379. def file_exists(self):
  380. ''' return whether file exists '''
  381. if os.path.exists(self.filename):
  382. return True
  383. return False
  384. def load(self, content_type='yaml'):
  385. ''' return yaml file '''
  386. contents = self.read()
  387. if not contents and not self.content:
  388. return None
  389. if self.content:
  390. if isinstance(self.content, dict):
  391. self.yaml_dict = self.content
  392. return self.yaml_dict
  393. elif isinstance(self.content, str):
  394. contents = self.content
  395. # check if it is yaml
  396. try:
  397. if content_type == 'yaml' and contents:
  398. # Try to set format attributes if supported
  399. try:
  400. self.yaml_dict.fa.set_block_style()
  401. except AttributeError:
  402. pass
  403. # Try to use RoundTripLoader if supported.
  404. try:
  405. self.yaml_dict = yaml.load(contents, yaml.RoundTripLoader)
  406. except AttributeError:
  407. self.yaml_dict = yaml.safe_load(contents)
  408. # Try to set format attributes if supported
  409. try:
  410. self.yaml_dict.fa.set_block_style()
  411. except AttributeError:
  412. pass
  413. elif content_type == 'json' and contents:
  414. self.yaml_dict = json.loads(contents)
  415. except yaml.YAMLError as err:
  416. # Error loading yaml or json
  417. raise YeditException('Problem with loading yaml file. {}'.format(err))
  418. return self.yaml_dict
  419. def get(self, key):
  420. ''' get a specified key'''
  421. try:
  422. entry = Yedit.get_entry(self.yaml_dict, key, self.separator)
  423. except KeyError:
  424. entry = None
  425. return entry
  426. def pop(self, path, key_or_item):
  427. ''' remove a key, value pair from a dict or an item for a list'''
  428. try:
  429. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  430. except KeyError:
  431. entry = None
  432. if entry is None:
  433. return (False, self.yaml_dict)
  434. if isinstance(entry, dict):
  435. # AUDIT:maybe-no-member makes sense due to fuzzy types
  436. # pylint: disable=maybe-no-member
  437. if key_or_item in entry:
  438. entry.pop(key_or_item)
  439. return (True, self.yaml_dict)
  440. return (False, self.yaml_dict)
  441. elif isinstance(entry, list):
  442. # AUDIT:maybe-no-member makes sense due to fuzzy types
  443. # pylint: disable=maybe-no-member
  444. ind = None
  445. try:
  446. ind = entry.index(key_or_item)
  447. except ValueError:
  448. return (False, self.yaml_dict)
  449. entry.pop(ind)
  450. return (True, self.yaml_dict)
  451. return (False, self.yaml_dict)
  452. def delete(self, path, index=None, value=None):
  453. ''' remove path from a dict'''
  454. try:
  455. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  456. except KeyError:
  457. entry = None
  458. if entry is None:
  459. return (False, self.yaml_dict)
  460. result = Yedit.remove_entry(self.yaml_dict, path, index, value, self.separator)
  461. if not result:
  462. return (False, self.yaml_dict)
  463. return (True, self.yaml_dict)
  464. def exists(self, path, value):
  465. ''' check if value exists at path'''
  466. try:
  467. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  468. except KeyError:
  469. entry = None
  470. if isinstance(entry, list):
  471. if value in entry:
  472. return True
  473. return False
  474. elif isinstance(entry, dict):
  475. if isinstance(value, dict):
  476. rval = False
  477. for key, val in value.items():
  478. if entry[key] != val:
  479. rval = False
  480. break
  481. else:
  482. rval = True
  483. return rval
  484. return value in entry
  485. return entry == value
  486. def append(self, path, value):
  487. '''append value to a list'''
  488. try:
  489. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  490. except KeyError:
  491. entry = None
  492. if entry is None:
  493. self.put(path, [])
  494. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  495. if not isinstance(entry, list):
  496. return (False, self.yaml_dict)
  497. # AUDIT:maybe-no-member makes sense due to loading data from
  498. # a serialized format.
  499. # pylint: disable=maybe-no-member
  500. entry.append(value)
  501. return (True, self.yaml_dict)
  502. # pylint: disable=too-many-arguments
  503. def update(self, path, value, index=None, curr_value=None):
  504. ''' put path, value into a dict '''
  505. try:
  506. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  507. except KeyError:
  508. entry = None
  509. if isinstance(entry, dict):
  510. # AUDIT:maybe-no-member makes sense due to fuzzy types
  511. # pylint: disable=maybe-no-member
  512. if not isinstance(value, dict):
  513. raise YeditException('Cannot replace key, value entry in dict with non-dict type. ' +
  514. 'value=[{}] type=[{}]'.format(value, type(value)))
  515. entry.update(value)
  516. return (True, self.yaml_dict)
  517. elif isinstance(entry, list):
  518. # AUDIT:maybe-no-member makes sense due to fuzzy types
  519. # pylint: disable=maybe-no-member
  520. ind = None
  521. if curr_value:
  522. try:
  523. ind = entry.index(curr_value)
  524. except ValueError:
  525. return (False, self.yaml_dict)
  526. elif index is not None:
  527. ind = index
  528. if ind is not None and entry[ind] != value:
  529. entry[ind] = value
  530. return (True, self.yaml_dict)
  531. # see if it exists in the list
  532. try:
  533. ind = entry.index(value)
  534. except ValueError:
  535. # doesn't exist, append it
  536. entry.append(value)
  537. return (True, self.yaml_dict)
  538. # already exists, return
  539. if ind is not None:
  540. return (False, self.yaml_dict)
  541. return (False, self.yaml_dict)
  542. def put(self, path, value):
  543. ''' put path, value into a dict '''
  544. try:
  545. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  546. except KeyError:
  547. entry = None
  548. if entry == value:
  549. return (False, self.yaml_dict)
  550. # deepcopy didn't work
  551. # Try to use ruamel.yaml and fallback to pyyaml
  552. try:
  553. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  554. default_flow_style=False),
  555. yaml.RoundTripLoader)
  556. except AttributeError:
  557. tmp_copy = copy.deepcopy(self.yaml_dict)
  558. # set the format attributes if available
  559. try:
  560. tmp_copy.fa.set_block_style()
  561. except AttributeError:
  562. pass
  563. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  564. if result is None:
  565. return (False, self.yaml_dict)
  566. # When path equals "" it is a special case.
  567. # "" refers to the root of the document
  568. # Only update the root path (entire document) when its a list or dict
  569. if path == '':
  570. if isinstance(result, list) or isinstance(result, dict):
  571. self.yaml_dict = result
  572. return (True, self.yaml_dict)
  573. return (False, self.yaml_dict)
  574. self.yaml_dict = tmp_copy
  575. return (True, self.yaml_dict)
  576. def create(self, path, value):
  577. ''' create a yaml file '''
  578. if not self.file_exists():
  579. # deepcopy didn't work
  580. # Try to use ruamel.yaml and fallback to pyyaml
  581. try:
  582. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  583. default_flow_style=False),
  584. yaml.RoundTripLoader)
  585. except AttributeError:
  586. tmp_copy = copy.deepcopy(self.yaml_dict)
  587. # set the format attributes if available
  588. try:
  589. tmp_copy.fa.set_block_style()
  590. except AttributeError:
  591. pass
  592. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  593. if result is not None:
  594. self.yaml_dict = tmp_copy
  595. return (True, self.yaml_dict)
  596. return (False, self.yaml_dict)
  597. @staticmethod
  598. def get_curr_value(invalue, val_type):
  599. '''return the current value'''
  600. if invalue is None:
  601. return None
  602. curr_value = invalue
  603. if val_type == 'yaml':
  604. try:
  605. # AUDIT:maybe-no-member makes sense due to different yaml libraries
  606. # pylint: disable=maybe-no-member
  607. curr_value = yaml.safe_load(invalue, Loader=yaml.RoundTripLoader)
  608. except AttributeError:
  609. curr_value = yaml.safe_load(invalue)
  610. elif val_type == 'json':
  611. curr_value = json.loads(invalue)
  612. return curr_value
  613. @staticmethod
  614. def parse_value(inc_value, vtype=''):
  615. '''determine value type passed'''
  616. true_bools = ['y', 'Y', 'yes', 'Yes', 'YES', 'true', 'True', 'TRUE',
  617. 'on', 'On', 'ON', ]
  618. false_bools = ['n', 'N', 'no', 'No', 'NO', 'false', 'False', 'FALSE',
  619. 'off', 'Off', 'OFF']
  620. # It came in as a string but you didn't specify value_type as string
  621. # we will convert to bool if it matches any of the above cases
  622. if isinstance(inc_value, str) and 'bool' in vtype:
  623. if inc_value not in true_bools and inc_value not in false_bools:
  624. raise YeditException('Not a boolean type. str=[{}] vtype=[{}]'.format(inc_value, vtype))
  625. elif isinstance(inc_value, bool) and 'str' in vtype:
  626. inc_value = str(inc_value)
  627. # There is a special case where '' will turn into None after yaml loading it so skip
  628. if isinstance(inc_value, str) and inc_value == '':
  629. pass
  630. # If vtype is not str then go ahead and attempt to yaml load it.
  631. elif isinstance(inc_value, str) and 'str' not in vtype:
  632. try:
  633. inc_value = yaml.safe_load(inc_value)
  634. except Exception:
  635. raise YeditException('Could not determine type of incoming value. ' +
  636. 'value=[{}] vtype=[{}]'.format(type(inc_value), vtype))
  637. return inc_value
  638. @staticmethod
  639. def process_edits(edits, yamlfile):
  640. '''run through a list of edits and process them one-by-one'''
  641. results = []
  642. for edit in edits:
  643. value = Yedit.parse_value(edit['value'], edit.get('value_type', ''))
  644. if edit.get('action') == 'update':
  645. # pylint: disable=line-too-long
  646. curr_value = Yedit.get_curr_value(
  647. Yedit.parse_value(edit.get('curr_value')),
  648. edit.get('curr_value_format'))
  649. rval = yamlfile.update(edit['key'],
  650. value,
  651. edit.get('index'),
  652. curr_value)
  653. elif edit.get('action') == 'append':
  654. rval = yamlfile.append(edit['key'], value)
  655. else:
  656. rval = yamlfile.put(edit['key'], value)
  657. if rval[0]:
  658. results.append({'key': edit['key'], 'edit': rval[1]})
  659. return {'changed': len(results) > 0, 'results': results}
  660. # pylint: disable=too-many-return-statements,too-many-branches
  661. @staticmethod
  662. def run_ansible(params):
  663. '''perform the idempotent crud operations'''
  664. yamlfile = Yedit(filename=params['src'],
  665. backup=params['backup'],
  666. content_type=params['content_type'],
  667. separator=params['separator'])
  668. state = params['state']
  669. if params['src']:
  670. rval = yamlfile.load()
  671. if yamlfile.yaml_dict is None and state != 'present':
  672. return {'failed': True,
  673. 'msg': 'Error opening file [{}]. Verify that the '.format(params['src']) +
  674. 'file exists, that it is has correct permissions, and is valid yaml.'}
  675. if state == 'list':
  676. if params['content']:
  677. content = Yedit.parse_value(params['content'], params['content_type'])
  678. yamlfile.yaml_dict = content
  679. if params['key']:
  680. rval = yamlfile.get(params['key'])
  681. return {'changed': False, 'result': rval, 'state': state}
  682. elif state == 'absent':
  683. if params['content']:
  684. content = Yedit.parse_value(params['content'], params['content_type'])
  685. yamlfile.yaml_dict = content
  686. if params['update']:
  687. rval = yamlfile.pop(params['key'], params['value'])
  688. else:
  689. rval = yamlfile.delete(params['key'], params['index'], params['value'])
  690. if rval[0] and params['src']:
  691. yamlfile.write()
  692. return {'changed': rval[0], 'result': rval[1], 'state': state}
  693. elif state == 'present':
  694. # check if content is different than what is in the file
  695. if params['content']:
  696. content = Yedit.parse_value(params['content'], params['content_type'])
  697. # We had no edits to make and the contents are the same
  698. if yamlfile.yaml_dict == content and \
  699. params['value'] is None:
  700. return {'changed': False, 'result': yamlfile.yaml_dict, 'state': state}
  701. yamlfile.yaml_dict = content
  702. # If we were passed a key, value then
  703. # we enapsulate it in a list and process it
  704. # Key, Value passed to the module : Converted to Edits list #
  705. edits = []
  706. _edit = {}
  707. if params['value'] is not None:
  708. _edit['value'] = params['value']
  709. _edit['value_type'] = params['value_type']
  710. _edit['key'] = params['key']
  711. if params['update']:
  712. _edit['action'] = 'update'
  713. _edit['curr_value'] = params['curr_value']
  714. _edit['curr_value_format'] = params['curr_value_format']
  715. _edit['index'] = params['index']
  716. elif params['append']:
  717. _edit['action'] = 'append'
  718. edits.append(_edit)
  719. elif params['edits'] is not None:
  720. edits = params['edits']
  721. if edits:
  722. results = Yedit.process_edits(edits, yamlfile)
  723. # if there were changes and a src provided to us we need to write
  724. if results['changed'] and params['src']:
  725. yamlfile.write()
  726. return {'changed': results['changed'], 'result': results['results'], 'state': state}
  727. # no edits to make
  728. if params['src']:
  729. # pylint: disable=redefined-variable-type
  730. rval = yamlfile.write()
  731. return {'changed': rval[0],
  732. 'result': rval[1],
  733. 'state': state}
  734. # We were passed content but no src, key or value, or edits. Return contents in memory
  735. return {'changed': False, 'result': yamlfile.yaml_dict, 'state': state}
  736. return {'failed': True, 'msg': 'Unkown state passed'}
  737. # -*- -*- -*- End included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  738. # -*- -*- -*- Begin included fragment: lib/base.py -*- -*- -*-
  739. # pylint: disable=too-many-lines
  740. # noqa: E301,E302,E303,T001
  741. class OpenShiftCLIError(Exception):
  742. '''Exception class for openshiftcli'''
  743. pass
  744. ADDITIONAL_PATH_LOOKUPS = ['/usr/local/bin', os.path.expanduser('~/bin')]
  745. def locate_oc_binary():
  746. ''' Find and return oc binary file '''
  747. # https://github.com/openshift/openshift-ansible/issues/3410
  748. # oc can be in /usr/local/bin in some cases, but that may not
  749. # be in $PATH due to ansible/sudo
  750. paths = os.environ.get("PATH", os.defpath).split(os.pathsep) + ADDITIONAL_PATH_LOOKUPS
  751. oc_binary = 'oc'
  752. # Use shutil.which if it is available, otherwise fallback to a naive path search
  753. try:
  754. which_result = shutil.which(oc_binary, path=os.pathsep.join(paths))
  755. if which_result is not None:
  756. oc_binary = which_result
  757. except AttributeError:
  758. for path in paths:
  759. if os.path.exists(os.path.join(path, oc_binary)):
  760. oc_binary = os.path.join(path, oc_binary)
  761. break
  762. return oc_binary
  763. # pylint: disable=too-few-public-methods
  764. class OpenShiftCLI(object):
  765. ''' Class to wrap the command line tools '''
  766. def __init__(self,
  767. namespace,
  768. kubeconfig='/etc/origin/master/admin.kubeconfig',
  769. verbose=False,
  770. all_namespaces=False):
  771. ''' Constructor for OpenshiftCLI '''
  772. self.namespace = namespace
  773. self.verbose = verbose
  774. self.kubeconfig = Utils.create_tmpfile_copy(kubeconfig)
  775. self.all_namespaces = all_namespaces
  776. self.oc_binary = locate_oc_binary()
  777. # Pylint allows only 5 arguments to be passed.
  778. # pylint: disable=too-many-arguments
  779. def _replace_content(self, resource, rname, content, edits=None, force=False, sep='.'):
  780. ''' replace the current object with the content '''
  781. res = self._get(resource, rname)
  782. if not res['results']:
  783. return res
  784. fname = Utils.create_tmpfile(rname + '-')
  785. yed = Yedit(fname, res['results'][0], separator=sep)
  786. updated = False
  787. if content is not None:
  788. changes = []
  789. for key, value in content.items():
  790. changes.append(yed.put(key, value))
  791. if any([change[0] for change in changes]):
  792. updated = True
  793. elif edits is not None:
  794. results = Yedit.process_edits(edits, yed)
  795. if results['changed']:
  796. updated = True
  797. if updated:
  798. yed.write()
  799. atexit.register(Utils.cleanup, [fname])
  800. return self._replace(fname, force)
  801. return {'returncode': 0, 'updated': False}
  802. def _replace(self, fname, force=False):
  803. '''replace the current object with oc replace'''
  804. # We are removing the 'resourceVersion' to handle
  805. # a race condition when modifying oc objects
  806. yed = Yedit(fname)
  807. results = yed.delete('metadata.resourceVersion')
  808. if results[0]:
  809. yed.write()
  810. cmd = ['replace', '-f', fname]
  811. if force:
  812. cmd.append('--force')
  813. return self.openshift_cmd(cmd)
  814. def _create_from_content(self, rname, content):
  815. '''create a temporary file and then call oc create on it'''
  816. fname = Utils.create_tmpfile(rname + '-')
  817. yed = Yedit(fname, content=content)
  818. yed.write()
  819. atexit.register(Utils.cleanup, [fname])
  820. return self._create(fname)
  821. def _create(self, fname):
  822. '''call oc create on a filename'''
  823. return self.openshift_cmd(['create', '-f', fname])
  824. def _delete(self, resource, name=None, selector=None):
  825. '''call oc delete on a resource'''
  826. cmd = ['delete', resource]
  827. if selector is not None:
  828. cmd.append('--selector={}'.format(selector))
  829. elif name is not None:
  830. cmd.append(name)
  831. else:
  832. raise OpenShiftCLIError('Either name or selector is required when calling delete.')
  833. return self.openshift_cmd(cmd)
  834. def _process(self, template_name, create=False, params=None, template_data=None): # noqa: E501
  835. '''process a template
  836. template_name: the name of the template to process
  837. create: whether to send to oc create after processing
  838. params: the parameters for the template
  839. template_data: the incoming template's data; instead of a file
  840. '''
  841. cmd = ['process']
  842. if template_data:
  843. cmd.extend(['-f', '-'])
  844. else:
  845. cmd.append(template_name)
  846. if params:
  847. param_str = ["{}={}".format(key, str(value).replace("'", r'"')) for key, value in params.items()]
  848. cmd.append('-v')
  849. cmd.extend(param_str)
  850. results = self.openshift_cmd(cmd, output=True, input_data=template_data)
  851. if results['returncode'] != 0 or not create:
  852. return results
  853. fname = Utils.create_tmpfile(template_name + '-')
  854. yed = Yedit(fname, results['results'])
  855. yed.write()
  856. atexit.register(Utils.cleanup, [fname])
  857. return self.openshift_cmd(['create', '-f', fname])
  858. def _get(self, resource, name=None, selector=None, field_selector=None):
  859. '''return a resource by name '''
  860. cmd = ['get', resource]
  861. if selector is not None:
  862. cmd.append('--selector={}'.format(selector))
  863. if field_selector is not None:
  864. cmd.append('--field-selector={}'.format(field_selector))
  865. # Name cannot be used with selector or field_selector.
  866. if selector is None and field_selector is None and name is not None:
  867. cmd.append(name)
  868. cmd.extend(['-o', 'json'])
  869. rval = self.openshift_cmd(cmd, output=True)
  870. # Ensure results are retuned in an array
  871. if 'items' in rval:
  872. rval['results'] = rval['items']
  873. elif not isinstance(rval['results'], list):
  874. rval['results'] = [rval['results']]
  875. return rval
  876. def _schedulable(self, node=None, selector=None, schedulable=True):
  877. ''' perform oadm manage-node scheduable '''
  878. cmd = ['manage-node']
  879. if node:
  880. cmd.extend(node)
  881. else:
  882. cmd.append('--selector={}'.format(selector))
  883. cmd.append('--schedulable={}'.format(schedulable))
  884. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw') # noqa: E501
  885. def _list_pods(self, node=None, selector=None, pod_selector=None):
  886. ''' perform oadm list pods
  887. node: the node in which to list pods
  888. selector: the label selector filter if provided
  889. pod_selector: the pod selector filter if provided
  890. '''
  891. cmd = ['manage-node']
  892. if node:
  893. cmd.extend(node)
  894. else:
  895. cmd.append('--selector={}'.format(selector))
  896. if pod_selector:
  897. cmd.append('--pod-selector={}'.format(pod_selector))
  898. cmd.extend(['--list-pods', '-o', 'json'])
  899. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  900. # pylint: disable=too-many-arguments
  901. def _evacuate(self, node=None, selector=None, pod_selector=None, dry_run=False, grace_period=None, force=False):
  902. ''' perform oadm manage-node evacuate '''
  903. cmd = ['manage-node']
  904. if node:
  905. cmd.extend(node)
  906. else:
  907. cmd.append('--selector={}'.format(selector))
  908. if dry_run:
  909. cmd.append('--dry-run')
  910. if pod_selector:
  911. cmd.append('--pod-selector={}'.format(pod_selector))
  912. if grace_period:
  913. cmd.append('--grace-period={}'.format(int(grace_period)))
  914. if force:
  915. cmd.append('--force')
  916. cmd.append('--evacuate')
  917. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  918. def _version(self):
  919. ''' return the openshift version'''
  920. return self.openshift_cmd(['version'], output=True, output_type='raw')
  921. def _import_image(self, url=None, name=None, tag=None):
  922. ''' perform image import '''
  923. cmd = ['import-image']
  924. image = '{0}'.format(name)
  925. if tag:
  926. image += ':{0}'.format(tag)
  927. cmd.append(image)
  928. if url:
  929. cmd.append('--from={0}/{1}'.format(url, image))
  930. cmd.append('-n{0}'.format(self.namespace))
  931. cmd.append('--confirm')
  932. return self.openshift_cmd(cmd)
  933. def _run(self, cmds, input_data):
  934. ''' Actually executes the command. This makes mocking easier. '''
  935. curr_env = os.environ.copy()
  936. curr_env.update({'KUBECONFIG': self.kubeconfig})
  937. proc = subprocess.Popen(cmds,
  938. stdin=subprocess.PIPE,
  939. stdout=subprocess.PIPE,
  940. stderr=subprocess.PIPE,
  941. env=curr_env)
  942. stdout, stderr = proc.communicate(input_data)
  943. return proc.returncode, stdout.decode('utf-8'), stderr.decode('utf-8')
  944. # pylint: disable=too-many-arguments,too-many-branches
  945. def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input_data=None):
  946. '''Base command for oc '''
  947. cmds = [self.oc_binary]
  948. if oadm:
  949. cmds.append('adm')
  950. cmds.extend(cmd)
  951. if self.all_namespaces:
  952. cmds.extend(['--all-namespaces'])
  953. elif self.namespace is not None and self.namespace.lower() not in ['none', 'emtpy']: # E501
  954. cmds.extend(['-n', self.namespace])
  955. if self.verbose:
  956. print(' '.join(cmds))
  957. try:
  958. returncode, stdout, stderr = self._run(cmds, input_data)
  959. except OSError as ex:
  960. returncode, stdout, stderr = 1, '', 'Failed to execute {}: {}'.format(subprocess.list2cmdline(cmds), ex)
  961. rval = {"returncode": returncode,
  962. "cmd": ' '.join(cmds)}
  963. if output_type == 'json':
  964. rval['results'] = {}
  965. if output and stdout:
  966. try:
  967. rval['results'] = json.loads(stdout)
  968. except ValueError as verr:
  969. if "No JSON object could be decoded" in verr.args:
  970. rval['err'] = verr.args
  971. elif output_type == 'raw':
  972. rval['results'] = stdout if output else ''
  973. if self.verbose:
  974. print("STDOUT: {0}".format(stdout))
  975. print("STDERR: {0}".format(stderr))
  976. if 'err' in rval or returncode != 0:
  977. rval.update({"stderr": stderr,
  978. "stdout": stdout})
  979. return rval
  980. class Utils(object): # pragma: no cover
  981. ''' utilities for openshiftcli modules '''
  982. @staticmethod
  983. def _write(filename, contents):
  984. ''' Actually write the file contents to disk. This helps with mocking. '''
  985. with open(filename, 'w') as sfd:
  986. sfd.write(str(contents))
  987. @staticmethod
  988. def create_tmp_file_from_contents(rname, data, ftype='yaml'):
  989. ''' create a file in tmp with name and contents'''
  990. tmp = Utils.create_tmpfile(prefix=rname)
  991. if ftype == 'yaml':
  992. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  993. # pylint: disable=no-member
  994. if hasattr(yaml, 'RoundTripDumper'):
  995. Utils._write(tmp, yaml.dump(data, Dumper=yaml.RoundTripDumper))
  996. else:
  997. Utils._write(tmp, yaml.safe_dump(data, default_flow_style=False))
  998. elif ftype == 'json':
  999. Utils._write(tmp, json.dumps(data))
  1000. else:
  1001. Utils._write(tmp, data)
  1002. # Register cleanup when module is done
  1003. atexit.register(Utils.cleanup, [tmp])
  1004. return tmp
  1005. @staticmethod
  1006. def create_tmpfile_copy(inc_file):
  1007. '''create a temporary copy of a file'''
  1008. tmpfile = Utils.create_tmpfile('lib_openshift-')
  1009. Utils._write(tmpfile, open(inc_file).read())
  1010. # Cleanup the tmpfile
  1011. atexit.register(Utils.cleanup, [tmpfile])
  1012. return tmpfile
  1013. @staticmethod
  1014. def create_tmpfile(prefix='tmp'):
  1015. ''' Generates and returns a temporary file name '''
  1016. with tempfile.NamedTemporaryFile(prefix=prefix, delete=False) as tmp:
  1017. return tmp.name
  1018. @staticmethod
  1019. def create_tmp_files_from_contents(content, content_type=None):
  1020. '''Turn an array of dict: filename, content into a files array'''
  1021. if not isinstance(content, list):
  1022. content = [content]
  1023. files = []
  1024. for item in content:
  1025. path = Utils.create_tmp_file_from_contents(item['path'] + '-',
  1026. item['data'],
  1027. ftype=content_type)
  1028. files.append({'name': os.path.basename(item['path']),
  1029. 'path': path})
  1030. return files
  1031. @staticmethod
  1032. def cleanup(files):
  1033. '''Clean up on exit '''
  1034. for sfile in files:
  1035. if os.path.exists(sfile):
  1036. if os.path.isdir(sfile):
  1037. shutil.rmtree(sfile)
  1038. elif os.path.isfile(sfile):
  1039. os.remove(sfile)
  1040. @staticmethod
  1041. def exists(results, _name):
  1042. ''' Check to see if the results include the name '''
  1043. if not results:
  1044. return False
  1045. if Utils.find_result(results, _name):
  1046. return True
  1047. return False
  1048. @staticmethod
  1049. def find_result(results, _name):
  1050. ''' Find the specified result by name'''
  1051. rval = None
  1052. for result in results:
  1053. if 'metadata' in result and result['metadata']['name'] == _name:
  1054. rval = result
  1055. break
  1056. return rval
  1057. @staticmethod
  1058. def get_resource_file(sfile, sfile_type='yaml'):
  1059. ''' return the service file '''
  1060. contents = None
  1061. with open(sfile) as sfd:
  1062. contents = sfd.read()
  1063. if sfile_type == 'yaml':
  1064. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  1065. # pylint: disable=no-member
  1066. if hasattr(yaml, 'RoundTripLoader'):
  1067. contents = yaml.load(contents, yaml.RoundTripLoader)
  1068. else:
  1069. contents = yaml.safe_load(contents)
  1070. elif sfile_type == 'json':
  1071. contents = json.loads(contents)
  1072. return contents
  1073. @staticmethod
  1074. def filter_versions(stdout):
  1075. ''' filter the oc version output '''
  1076. version_dict = {}
  1077. version_search = ['oc', 'openshift', 'kubernetes']
  1078. for line in stdout.strip().split('\n'):
  1079. for term in version_search:
  1080. if not line:
  1081. continue
  1082. if line.startswith(term):
  1083. version_dict[term] = line.split()[-1]
  1084. # horrible hack to get openshift version in Openshift 3.2
  1085. # By default "oc version in 3.2 does not return an "openshift" version
  1086. if "openshift" not in version_dict:
  1087. version_dict["openshift"] = version_dict["oc"]
  1088. return version_dict
  1089. @staticmethod
  1090. def add_custom_versions(versions):
  1091. ''' create custom versions strings '''
  1092. versions_dict = {}
  1093. for tech, version in versions.items():
  1094. # clean up "-" from version
  1095. if "-" in version:
  1096. version = version.split("-")[0]
  1097. if version.startswith('v'):
  1098. versions_dict[tech + '_numeric'] = version[1:].split('+')[0]
  1099. # "v3.3.0.33" is what we have, we want "3.3"
  1100. versions_dict[tech + '_short'] = version[1:4]
  1101. return versions_dict
  1102. @staticmethod
  1103. def openshift_installed():
  1104. ''' check if openshift is installed '''
  1105. import rpm
  1106. transaction_set = rpm.TransactionSet()
  1107. rpmquery = transaction_set.dbMatch("name", "atomic-openshift")
  1108. return rpmquery.count() > 0
  1109. # Disabling too-many-branches. This is a yaml dictionary comparison function
  1110. # pylint: disable=too-many-branches,too-many-return-statements,too-many-statements
  1111. @staticmethod
  1112. def check_def_equal(user_def, result_def, skip_keys=None, debug=False):
  1113. ''' Given a user defined definition, compare it with the results given back by our query. '''
  1114. # Currently these values are autogenerated and we do not need to check them
  1115. skip = ['metadata', 'status']
  1116. if skip_keys:
  1117. skip.extend(skip_keys)
  1118. for key, value in result_def.items():
  1119. if key in skip:
  1120. continue
  1121. # Both are lists
  1122. if isinstance(value, list):
  1123. if key not in user_def:
  1124. if debug:
  1125. print('User data does not have key [%s]' % key)
  1126. print('User data: %s' % user_def)
  1127. return False
  1128. if not isinstance(user_def[key], list):
  1129. if debug:
  1130. print('user_def[key] is not a list key=[%s] user_def[key]=%s' % (key, user_def[key]))
  1131. return False
  1132. if len(user_def[key]) != len(value):
  1133. if debug:
  1134. print("List lengths are not equal.")
  1135. print("key=[%s]: user_def[%s] != value[%s]" % (key, len(user_def[key]), len(value)))
  1136. print("user_def: %s" % user_def[key])
  1137. print("value: %s" % value)
  1138. return False
  1139. for values in zip(user_def[key], value):
  1140. if isinstance(values[0], dict) and isinstance(values[1], dict):
  1141. if debug:
  1142. print('sending list - list')
  1143. print(type(values[0]))
  1144. print(type(values[1]))
  1145. result = Utils.check_def_equal(values[0], values[1], skip_keys=skip_keys, debug=debug)
  1146. if not result:
  1147. print('list compare returned false')
  1148. return False
  1149. elif value != user_def[key]:
  1150. if debug:
  1151. print('value should be identical')
  1152. print(user_def[key])
  1153. print(value)
  1154. return False
  1155. # recurse on a dictionary
  1156. elif isinstance(value, dict):
  1157. if key not in user_def:
  1158. if debug:
  1159. print("user_def does not have key [%s]" % key)
  1160. return False
  1161. if not isinstance(user_def[key], dict):
  1162. if debug:
  1163. print("dict returned false: not instance of dict")
  1164. return False
  1165. # before passing ensure keys match
  1166. api_values = set(value.keys()) - set(skip)
  1167. user_values = set(user_def[key].keys()) - set(skip)
  1168. if api_values != user_values:
  1169. if debug:
  1170. print("keys are not equal in dict")
  1171. print(user_values)
  1172. print(api_values)
  1173. return False
  1174. result = Utils.check_def_equal(user_def[key], value, skip_keys=skip_keys, debug=debug)
  1175. if not result:
  1176. if debug:
  1177. print("dict returned false")
  1178. print(result)
  1179. return False
  1180. # Verify each key, value pair is the same
  1181. else:
  1182. if key not in user_def or value != user_def[key]:
  1183. if debug:
  1184. print("value not equal; user_def does not have key")
  1185. print(key)
  1186. print(value)
  1187. if key in user_def:
  1188. print(user_def[key])
  1189. return False
  1190. if debug:
  1191. print('returning true')
  1192. return True
  1193. class OpenShiftCLIConfig(object):
  1194. '''Generic Config'''
  1195. def __init__(self, rname, namespace, kubeconfig, options):
  1196. self.kubeconfig = kubeconfig
  1197. self.name = rname
  1198. self.namespace = namespace
  1199. self._options = options
  1200. @property
  1201. def config_options(self):
  1202. ''' return config options '''
  1203. return self._options
  1204. def to_option_list(self, ascommalist=''):
  1205. '''return all options as a string
  1206. if ascommalist is set to the name of a key, and
  1207. the value of that key is a dict, format the dict
  1208. as a list of comma delimited key=value pairs'''
  1209. return self.stringify(ascommalist)
  1210. def stringify(self, ascommalist=''):
  1211. ''' return the options hash as cli params in a string
  1212. if ascommalist is set to the name of a key, and
  1213. the value of that key is a dict, format the dict
  1214. as a list of comma delimited key=value pairs '''
  1215. rval = []
  1216. for key in sorted(self.config_options.keys()):
  1217. data = self.config_options[key]
  1218. if data['include'] \
  1219. and (data['value'] is not None or isinstance(data['value'], int)):
  1220. if key == ascommalist:
  1221. val = ','.join(['{}={}'.format(kk, vv) for kk, vv in sorted(data['value'].items())])
  1222. else:
  1223. val = data['value']
  1224. rval.append('--{}={}'.format(key.replace('_', '-'), val))
  1225. return rval
  1226. # -*- -*- -*- End included fragment: lib/base.py -*- -*- -*-
  1227. # -*- -*- -*- Begin included fragment: class/oc_edit.py -*- -*- -*-
  1228. class Edit(OpenShiftCLI):
  1229. ''' Class to wrap the oc command line tools
  1230. '''
  1231. # pylint: disable=too-many-arguments
  1232. def __init__(self,
  1233. kind,
  1234. namespace,
  1235. resource_name=None,
  1236. kubeconfig='/etc/origin/master/admin.kubeconfig',
  1237. separator='.',
  1238. verbose=False):
  1239. ''' Constructor for OpenshiftOC '''
  1240. super(Edit, self).__init__(namespace, kubeconfig=kubeconfig, verbose=verbose)
  1241. self.kind = kind
  1242. self.name = resource_name
  1243. self.separator = separator
  1244. def get(self):
  1245. '''return a secret by name '''
  1246. return self._get(self.kind, self.name)
  1247. def update(self, file_name, content, edits, force=False, content_type='yaml'):
  1248. '''run update '''
  1249. if file_name:
  1250. if content_type == 'yaml':
  1251. data = yaml.load(open(file_name))
  1252. elif content_type == 'json':
  1253. data = json.loads(open(file_name).read())
  1254. yed = Yedit(filename=file_name, content=data, separator=self.separator)
  1255. # Keep this for compatibility
  1256. if content is not None:
  1257. changes = []
  1258. for key, value in content.items():
  1259. changes.append(yed.put(key, value))
  1260. if any([not change[0] for change in changes]):
  1261. return {'returncode': 0, 'updated': False}
  1262. elif edits is not None:
  1263. results = Yedit.process_edits(edits, yed)
  1264. if not results['changed']:
  1265. return results
  1266. yed.write()
  1267. atexit.register(Utils.cleanup, [file_name])
  1268. return self._replace(file_name, force=force)
  1269. return self._replace_content(self.kind, self.name, content, edits, force=force, sep=self.separator)
  1270. @staticmethod
  1271. def run_ansible(params, check_mode):
  1272. '''run the ansible idempotent code'''
  1273. ocedit = Edit(params['kind'],
  1274. params['namespace'],
  1275. params['name'],
  1276. kubeconfig=params['kubeconfig'],
  1277. separator=params['separator'],
  1278. verbose=params['debug'])
  1279. api_rval = ocedit.get()
  1280. ########
  1281. # Create
  1282. ########
  1283. if not Utils.exists(api_rval['results'], params['name']):
  1284. return {"failed": True, 'msg': api_rval}
  1285. ########
  1286. # Update
  1287. ########
  1288. if check_mode:
  1289. return {'changed': True, 'msg': 'CHECK_MODE: Would have performed edit'}
  1290. api_rval = ocedit.update(params['file_name'],
  1291. params['content'],
  1292. params['edits'],
  1293. params['force'],
  1294. params['file_format'])
  1295. if api_rval['returncode'] != 0:
  1296. return {"failed": True, 'msg': api_rval}
  1297. if 'updated' in api_rval and not api_rval['updated']:
  1298. return {"changed": False, 'results': api_rval, 'state': 'present'}
  1299. # return the created object
  1300. api_rval = ocedit.get()
  1301. if api_rval['returncode'] != 0:
  1302. return {"failed": True, 'msg': api_rval}
  1303. return {"changed": True, 'results': api_rval, 'state': 'present'}
  1304. # -*- -*- -*- End included fragment: class/oc_edit.py -*- -*- -*-
  1305. # -*- -*- -*- Begin included fragment: ansible/oc_edit.py -*- -*- -*-
  1306. def main():
  1307. '''
  1308. ansible oc module for editing objects
  1309. '''
  1310. module = AnsibleModule(
  1311. argument_spec=dict(
  1312. kubeconfig=dict(default='/etc/origin/master/admin.kubeconfig', type='str'),
  1313. state=dict(default='present', type='str',
  1314. choices=['present']),
  1315. debug=dict(default=False, type='bool'),
  1316. namespace=dict(default='default', type='str'),
  1317. name=dict(default=None, required=True, type='str'),
  1318. kind=dict(required=True, type='str'),
  1319. file_name=dict(default=None, type='str'),
  1320. file_format=dict(default='yaml', type='str'),
  1321. content=dict(default=None, type='dict'),
  1322. force=dict(default=False, type='bool'),
  1323. separator=dict(default='.', type='str'),
  1324. edits=dict(default=None, type='list'),
  1325. ),
  1326. supports_check_mode=True,
  1327. mutually_exclusive=[['content', 'edits']],
  1328. required_one_of=[['content', 'edits']],
  1329. )
  1330. rval = Edit.run_ansible(module.params, module.check_mode)
  1331. if 'failed' in rval:
  1332. module.fail_json(**rval)
  1333. module.exit_json(**rval)
  1334. if __name__ == '__main__':
  1335. main()
  1336. # -*- -*- -*- End included fragment: ansible/oc_edit.py -*- -*- -*-